Skip to content

Commit 4f21828

Browse files
authored
Bump Munit to 1.2.0 (#3883)
1 parent 4dc415e commit 4f21828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ object Deps {
202202
def metaconfigTypesafe =
203203
mvn"org.scalameta::metaconfig-typesafe-config:0.16.0"
204204
.exclude(("org.scala-lang", "scala-compiler"))
205-
def munit = mvn"org.scalameta::munit:1.1.1"
205+
def munit = mvn"org.scalameta::munit:1.2.0"
206206
def nativeTestRunner = mvn"org.scala-native::test-runner:${Versions.scalaNative}"
207207
def nativeTools = mvn"org.scala-native::tools:${Versions.scalaNative}"
208208
def osLib = mvn"com.lihaoyi::os-lib:0.11.5"

0 commit comments

Comments
 (0)