Skip to content

Commit

Permalink
Merge pull request #297 from scala-steward/update/zio-2.0.0-RC2
Browse files Browse the repository at this point in the history
Update zio, zio-test, zio-test-sbt to 2.0.0-RC2
  • Loading branch information
vigoo authored Jan 31, 2022
2 parents a75bffd + a95b62a commit 7cc5b21
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 @@ -104,9 +104,9 @@ lazy val zio2 = Project("clipp-zio-2", file("clipp-zio-2")).settings(commonSetti
resolvers +=
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.0-RC1",
"dev.zio" %% "zio-test" % "2.0.0-RC1" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.0-RC1" % Test
"dev.zio" %% "zio" % "2.0.0-RC2",
"dev.zio" %% "zio-test" % "2.0.0-RC2" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.0-RC2" % Test
),

testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
Expand Down

0 comments on commit 7cc5b21

Please sign in to comment.