Skip to content

Commit

Permalink
Merge pull request #190 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
mergify[bot] authored Dec 3, 2024
2 parents 39c653a + bdcf4d0 commit 728ca09
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 @@ -30,7 +30,7 @@ def subproject(name: String) = Project(
).settings(
scalaVersion := scala213Version,
crossScalaVersions := scalaVersions,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test,
sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
)
Expand Down

0 comments on commit 728ca09

Please sign in to comment.