Skip to content

Commit

Permalink
Omnibus upgrade commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Oct 8, 2018
1 parent f604b5a commit 69db524
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolvers ++= Seq(

libraryDependencies ++= {
Seq(
"co.fs2" %% "fs2-core" % "1.0.0-M5",
"io.verizon.ermine" %% "parser" % "0.5.8"
"co.fs2" %% "fs2-core" % "1.0.0",
"io.verizon.ermine" %% "parser" % "0.5.9"
)
}
2 changes: 1 addition & 1 deletion typesafe/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.3.0 is out but it depends on java 1.8.
libraryDependencies += "com.typesafe" % "config" % "1.2.1"
libraryDependencies += "com.typesafe" % "config" % "1.3.3"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "6.0.0-SNAPSHOT"
version in ThisBuild := "7.0.0-SNAPSHOT"
4 changes: 2 additions & 2 deletions zookeeper/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies ++= Seq(
"org.apache.curator" % "curator-framework" % "2.8.0",
"org.apache.curator" % "curator-test" % "2.8.0" % "test"
"org.apache.curator" % "curator-framework" % "4.0.1",
"org.apache.curator" % "curator-test" % "4.0.1" % "test"
)

0 comments on commit 69db524

Please sign in to comment.