Skip to content

Commit

Permalink
Merge pull request #28 from polynote/rc19-2
Browse files Browse the repository at this point in the history
Update to ZIO 1.0.0-RC19-2
  • Loading branch information
jeremyrsmith committed May 19, 2020
2 parents a4a59c9 + b7df2f6 commit 70b3397
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 @@ -5,7 +5,7 @@ version := "0.2.1"
scalaVersion := "2.11.12"
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1")

val zioVersion = "1.0.0-RC19-1"
val zioVersion = "1.0.0-RC19-2"

libraryDependencies := Seq(
"dev.zio" %% "zio" % zioVersion,
Expand Down

0 comments on commit 70b3397

Please sign in to comment.