Skip to content

Commit aaec7b9

Browse files
committed
Update munit to 1.2.0
1 parent 417f4e3 commit aaec7b9

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
@@ -16,7 +16,7 @@ lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
1616
scalaVersion := scala3Version,
1717
organization := "io.indigoengine",
1818
libraryDependencies ++= Seq(
19-
"org.scalameta" %%% "munit" % "1.1.1" % Test
19+
"org.scalameta" %%% "munit" % "1.2.0" % Test
2020
),
2121
testFrameworks += new TestFramework("munit.Framework"),
2222
Test / scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) },

0 commit comments

Comments
 (0)