Skip to content

Commit 002a056

Browse files
authored
Merge pull request #366 from scala-steward/update/munit-1.0.3
Update munit to 1.0.3
2 parents ad936e3 + ab3fe22 commit 002a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt._
22

33
object Deps {
4-
lazy val munit = "org.scalameta" %% "munit" % "1.0.2"
4+
lazy val munit = "org.scalameta" %% "munit" % "1.0.3"
55

66
lazy val osLib = "com.lihaoyi" %% "os-lib" % "0.11.3"
77

0 commit comments

Comments
 (0)