Skip to content

Commit

Permalink
Upgrade ZIO to RC15 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
iravid authored Oct 15, 2019
1 parent 115c8e4 commit bee7461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ buildInfoPackage := "zio.kafka"
buildInfoObject := "BuildInfo"

libraryDependencies ++= Seq(
"dev.zio" %% "zio-streams" % "1.0.0-RC14",
"dev.zio" %% "zio-test" % "1.0.0-RC14" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC14" % "test",
"dev.zio" %% "zio-streams" % "1.0.0-RC15",
"dev.zio" %% "zio-test" % "1.0.0-RC15" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0-RC15" % "test",
"org.apache.kafka" % "kafka-clients" % "2.3.0",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"io.github.embeddedkafka" %% "embedded-kafka" % "2.3.0" % "test",
Expand Down

0 comments on commit bee7461

Please sign in to comment.