File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ lazy val phantomDependencies = project
4444 libraryDependencies ++= Seq (
4545 " org.typelevel" %%% " cats-core" % " 2.13.0" ,
4646 " org.typelevel" %%% " cats-effect" % " 3.7.0" ,
47- " org.scalameta" %%% " munit" % " 1.2.4 " % Test ,
47+ " org.scalameta" %%% " munit" % " 1.3.0 " % Test ,
4848 " org.typelevel" %%% " munit-cats-effect" % " 2.2.0" % Test ,
4949 " org.scala-lang" % " scala-library" % " 2.13.18" ,
5050 " org.scala-lang" % " scala3-library_3" % " 3.3.7"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
2727 libraryDependencies ++= Seq(
2828 " org.typelevel " %%% " cats- core " % " 2.13.0 " ,
2929 " org.typelevel " %%% " cats- effect " % " 3.7.0 " ,
30- " org.scalameta " %%% " munit " % " 1.2.4 " % Test,
30+ " org.scalameta " %%% " munit " % " 1.3.0 " % Test,
3131 " org.typelevel " %%% " munit- cats- effect " % " 2.2.0 " % Test
3232 )
3333 )
You can’t perform that action at this time.
0 commit comments