Skip to content

Commit 7cc5b21

Browse files
authored
Merge pull request #297 from scala-steward/update/zio-2.0.0-RC2
Update zio, zio-test, zio-test-sbt to 2.0.0-RC2
2 parents a75bffd + a95b62a commit 7cc5b21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ lazy val zio2 = Project("clipp-zio-2", file("clipp-zio-2")).settings(commonSetti
104104
resolvers +=
105105
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
106106
libraryDependencies ++= Seq(
107-
"dev.zio" %% "zio" % "2.0.0-RC1",
108-
"dev.zio" %% "zio-test" % "2.0.0-RC1" % Test,
109-
"dev.zio" %% "zio-test-sbt" % "2.0.0-RC1" % Test
107+
"dev.zio" %% "zio" % "2.0.0-RC2",
108+
"dev.zio" %% "zio-test" % "2.0.0-RC2" % Test,
109+
"dev.zio" %% "zio-test-sbt" % "2.0.0-RC2" % Test
110110
),
111111

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

0 commit comments

Comments
 (0)