Skip to content

Commit dbeff4f

Browse files
committed
Update munit to 1.1.0
1 parent e165c32 commit dbeff4f

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(
5858
)
5959
aggregateProjects(core.jvm, core.native, sbtplugin, functionalTests)
6060

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

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

0 commit comments

Comments
 (0)