Skip to content

Commit

Permalink
Merge pull request #335 from scala-steward/update/munit-1.0.3
Browse files Browse the repository at this point in the history
Update munit to 1.0.3
  • Loading branch information
eed3si9n authored Dec 4, 2024
2 parents ca81daa + fc64abb commit a9c569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val plugin = project
case _ => "2.0.0-M2"
}
},
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test,
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0"),
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"),
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0"),
Expand Down

0 comments on commit a9c569c

Please sign in to comment.