Skip to content

Commit a85fe24

Browse files
authored
Merge pull request lightbend-labs#864 from scala-steward/update/munit-1.1.1
Update munit to 1.1.1
2 parents 2348d59 + 9f52e56 commit a85fe24

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.1.0")
61+
val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.1")
6262

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

0 commit comments

Comments
 (0)