Skip to content

Commit

Permalink
upgrade to zio 2.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlangton authored Jun 25, 2022
1 parent cf05303 commit 8e451f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inThisBuild(
addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt")
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")

val zioVersion = "2.0.0-RC6"
val zioVersion = "2.0.0"

lazy val root = project
.in(file("."))
Expand All @@ -51,7 +51,7 @@ lazy val zioCli = crossProject(JSPlatform, JVMPlatform)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-process" % "0.7.0-RC3",
"dev.zio" %% "zio-process" % "0.7.0",
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test"
Expand Down

0 comments on commit 8e451f5

Please sign in to comment.