Skip to content

Commit a2ae292

Browse files
committed
Update munit-cats-effect-3 to 2.1.0
1 parent 61b4df9 commit a2ae292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val junitInterfaceVersion = "0.13.3"
2828
lazy val jgraphtVersion = "1.4.0"
2929
lazy val logbackVersion = "1.2.11"
3030
lazy val munitVersion = "0.7.29" // "1.0.0-M6"
31-
lazy val munitEffectVersion = "1.0.7"
31+
lazy val munitEffectVersion = "2.1.0"
3232
lazy val pprintVersion = "0.7.3"
3333
lazy val rdf4jVersion = "3.4.2"
3434
lazy val scalaCollCompatVersion = "2.8.1"
@@ -58,7 +58,7 @@ lazy val jenaFuseki = "org.apache.jena" % "jena-fuseki-main" % jenaVersion
5858
lazy val junit = "junit" % "junit" % junitVersion
5959
lazy val junitInterface = "com.github.sbt" % "junit-interface" % junitInterfaceVersion
6060
lazy val munit = "org.scalameta" %% "munit" % munitVersion
61-
lazy val munitEffect = "org.typelevel" %% "munit-cats-effect-3" % munitEffectVersion
61+
lazy val munitEffect = "org.typelevel" %% "munit-cats-effect" % munitEffectVersion
6262
lazy val pprint = "com.lihaoyi" %% "pprint" % pprintVersion
6363
lazy val slf4jAPI = "org.slf4j" % "slf4j-api" % slf4jVersion
6464
lazy val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion

0 commit comments

Comments
 (0)