Skip to content

Commit

Permalink
Update munit to 1.0.2 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 18, 2024
1 parent 50ef86b commit 1bfe51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Scala {
object Deps {
def expecty = ivy"com.eed3si9n.expecty::expecty:0.16.0"
def interface = ivy"io.get-coursier:interface:1.0.21"
def munit = ivy"org.scalameta::munit:1.0.0"
def munit = ivy"org.scalameta::munit:1.0.2"
def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv"
}

Expand Down

0 comments on commit 1bfe51d

Please sign in to comment.