Skip to content

Commit e5ada14

Browse files
authored
Merge pull request #326 from scala-steward/update/munit-1.0.2
Update munit to 1.0.2
2 parents 62c9b4c + 60d1602 commit e5ada14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inThisBuild(
1515
1616
url("https://geirsson.com")
1717
)
18-
),
18+
)
1919
)
2020
)
2121

@@ -40,7 +40,7 @@ lazy val plugin = project
4040
case _ => "2.0.0-M2"
4141
}
4242
},
43-
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test,
43+
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test,
4444
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0"),
4545
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"),
4646
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0"),

0 commit comments

Comments
 (0)