Skip to content

Commit 4cd46d8

Browse files
committed
[build] Update munit to 1.3.4
1 parent ebb5064 commit 4cd46d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3.1" % Test,
25+
"org.scalameta" %%% "munit" % "1.3.4" % Test,
2626
},
2727
tpolecatScalacOptions ++= {
2828
import org.typelevel.scalacoptions.ScalaVersion.V3_0_0

0 commit comments

Comments
 (0)