We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417f4e3 commit aaec7b9Copy full SHA for aaec7b9
build.sbt
@@ -16,7 +16,7 @@ lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
16
scalaVersion := scala3Version,
17
organization := "io.indigoengine",
18
libraryDependencies ++= Seq(
19
- "org.scalameta" %%% "munit" % "1.1.1" % Test
+ "org.scalameta" %%% "munit" % "1.2.0" % Test
20
),
21
testFrameworks += new TestFramework("munit.Framework"),
22
Test / scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) },
0 commit comments