Skip to content

Commit 2892c22

Browse files
committed
Update munit to 1.2.1
1 parent 09cd199 commit 2892c22

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
@@ -40,7 +40,7 @@ lazy val plugin = project
4040
case _ => "2.0.0-RC3"
4141
}
4242
},
43-
libraryDependencies += "org.scalameta" %% "munit" % "1.2.0" % Test,
43+
libraryDependencies += "org.scalameta" %% "munit" % "1.2.1" % Test,
4444
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1"),
4545
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"),
4646
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

0 commit comments

Comments
 (0)