Skip to content

Commit

Permalink
Merge pull request #4 from randomf/master
Browse files Browse the repository at this point in the history
Updated to ZIO version 1.0.0-RC19-2
  • Loading branch information
mlangc authored May 22, 2020
2 parents 8dfda67 + ca6e99c commit 349ae32
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-RC18-2"
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 349ae32

Please sign in to comment.