Skip to content

Commit de578bd

Browse files
Update munit to 1.2.0
1 parent 0ed123d commit de578bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
3737
name := "twiddles-core",
3838
libraryDependencies ++= Seq(
3939
"org.typelevel" %%% "cats-core" % "2.13.0",
40-
"org.scalameta" %%% "munit" % "1.1.1"
40+
"org.scalameta" %%% "munit" % "1.2.0"
4141
) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.13")
4242
else Nil),
4343
scalacOptions := scalacOptions.value.filterNot(_.startsWith("-source:"))

0 commit comments

Comments
 (0)