Skip to content

Commit

Permalink
Updated to ZIO version 1.0.0-RC19-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Strnad committed May 21, 2020
1 parent 23d2bb7 commit ca6e99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ libraryDependencies += "org.slf4j" % "slf4j-api" % "1.7.30"
resolvers +=
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

val zioVersion = "1.0.0-RC19-1"
val zioVersion = "1.0.0-RC19-2"
libraryDependencies += "dev.zio" %% "zio" % zioVersion
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Test
libraryDependencies += "com.storm-enroute" %% "scalameter" % "0.19" % Test
Expand Down

0 comments on commit ca6e99c

Please sign in to comment.