Skip to content

Commit a3d2ac4

Browse files
committed
Update munit to 1.2.4
1 parent 95bd8ee commit a3d2ac4

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
@@ -58,7 +58,7 @@ val root = project.in(file(".")).settings(commonSettings).settings(
5858

5959
aggregateProjects(core.jvm, core.native, cli.jvm, sbtplugin, functionalTests, integrationTests)
6060

61-
val munit = Def.setting("org.scalameta" %%% "munit" % "1.2.3")
61+
val munit = Def.setting("org.scalameta" %%% "munit" % "1.2.4")
6262

6363
val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings(commonSettings).settings(
6464
name := "mima-core",

0 commit comments

Comments
 (0)