Skip to content

Commit

Permalink
Merge pull request #31 from scala-steward/update/munit-0.7.29
Browse files Browse the repository at this point in the history
Update munit to 0.7.29
  • Loading branch information
mergify[bot] authored Aug 31, 2021
2 parents 330303a + 70347f1 commit bb146d4
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 @@ -28,7 +28,7 @@ def subproject(name: String) = Project(
).settings(
scalaVersion := scala213Version,
crossScalaVersions := scalaVersions,
libraryDependencies += "org.scalameta" %% "munit" % "0.7.28" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test,
sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
)
Expand Down

0 comments on commit bb146d4

Please sign in to comment.