Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-sbt to 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent 97f819c commit 338269d
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.2",
"dev.zio" %% "zio-test" % "2.0.2" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.2" % Test
"dev.zio" %% "zio" % "2.0.21",
"dev.zio" %% "zio-test" % "2.0.21" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.21" % Test
),

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

0 comments on commit 338269d

Please sign in to comment.