Skip to content

Commit

Permalink
Merge pull request #214 from scalacenter/update/munit-1.0.2
Browse files Browse the repository at this point in the history
Update munit to 1.0.2
  • Loading branch information
adpi2 authored Sep 17, 2024
2 parents f1bdd4a + 72f50cb commit 47b065d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sbt-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ val `sbt-github-dependency-submission` = project
),
libraryDependencies ++= Seq(
"com.eed3si9n" %% "gigahorse-asynchttpclient" % "0.7.0",
"org.scalameta" %% "munit" % "1.0.1" % Test
"org.scalameta" %% "munit" % "1.0.2" % Test
),
buildInfoKeys := Seq[BuildInfoKey](name, version, homepage),
buildInfoPackage := "ch.epfl.scala",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Global / ignoreTestConfig := {
lazy val p1 = project
.in(file("p1"))
.settings(
libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test,
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test,
checkTest := {
val manifest = githubDependencyManifest.value.get
checkDependency(manifest, "org.scalameta:munit_3:1.0.1")(
checkDependency(manifest, "org.scalameta:munit_3:1.0.2")(
expectedRelationship = DependencyRelationship.direct,
expectedScope = DependencyScope.development,
expectedConfig = "test"
Expand Down

0 comments on commit 47b065d

Please sign in to comment.