Skip to content

Commit 158224e

Browse files
committed
Update munit to 1.2.0
1 parent a2e952a commit 158224e

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
@@ -63,7 +63,7 @@ val root = project.in(file(".")).settings(
6363
)
6464
aggregateProjects(core.jvm, core.native, cli.jvm, sbtplugin, functionalTests)
6565

66-
val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.1")
66+
val munit = Def.setting("org.scalameta" %%% "munit" % "1.2.0")
6767

6868
val core = crossProject(JVMPlatform, NativePlatform).crossType(CrossType.Pure).settings(
6969
name := "mima-core",

0 commit comments

Comments
 (0)