Skip to content

Commit 2314a14

Browse files
committed
[build] Update munit to 1.2.0
1 parent 6234cd9 commit 2314a14

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
@@ -22,7 +22,7 @@ lazy val sharedSettings = Seq(
2222
),
2323
autoAPIMappings := true,
2424
libraryDependencies += {
25-
"org.scalameta" %%% "munit" % "1.1.1" % Test,
25+
"org.scalameta" %%% "munit" % "1.2.0" % Test,
2626
},
2727
tpolecatScalacOptions ++= {
2828
import org.typelevel.scalacoptions.ScalaVersion.V3_0_0

0 commit comments

Comments
 (0)