Skip to content

Commit 553472f

Browse files
authored
Merge pull request #113 from typelevel/update/munit-1.2.0
Update munit to 1.2.0
2 parents 847a00c + de578bd commit 553472f

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)