File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lazy val junitInterfaceVersion = "0.13.3"
2828lazy val jgraphtVersion = " 1.4.0"
2929lazy val logbackVersion = " 1.2.11"
3030lazy val munitVersion = " 0.7.29" // "1.0.0-M6"
31- lazy val munitEffectVersion = " 1.0.7 "
31+ lazy val munitEffectVersion = " 2. 1.0"
3232lazy val pprintVersion = " 0.7.3"
3333lazy val rdf4jVersion = " 3.4.2"
3434lazy val scalaCollCompatVersion = " 2.8.1"
@@ -58,7 +58,7 @@ lazy val jenaFuseki = "org.apache.jena" % "jena-fuseki-main" % jenaVersion
5858lazy val junit = " junit" % " junit" % junitVersion
5959lazy val junitInterface = " com.github.sbt" % " junit-interface" % junitInterfaceVersion
6060lazy 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
6262lazy val pprint = " com.lihaoyi" %% " pprint" % pprintVersion
6363lazy val slf4jAPI = " org.slf4j" % " slf4j-api" % slf4jVersion
6464lazy val slf4jSimple = " org.slf4j" % " slf4j-simple" % slf4jVersion
You can’t perform that action at this time.
0 commit comments