Skip to content

Commit d6c1592

Browse files
authored
Merge pull request #845 from scala-steward/update/munit-1.0.3
Update munit to 1.0.3
2 parents c789075 + b70f9d3 commit d6c1592

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

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

0 commit comments

Comments
 (0)