Skip to content

Commit ab306cf

Browse files
committed
Update munit to 1.2.0
1 parent a73ab25 commit ab306cf

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
@@ -219,7 +219,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
219219
.settings(
220220
publish / skip := true,
221221
name := "tests",
222-
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.4" % Test,
222+
libraryDependencies += "org.scalameta" %%% "munit" % "1.2.0" % Test,
223223
testFrameworks += new TestFramework("munit.Framework"),
224224
scalacOptions ~= (_.filterNot(
225225
Set(

0 commit comments

Comments
 (0)