Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 30, 2022
1 parent a75bffd commit a95b62a
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 a95b62a

Please sign in to comment.