Skip to content

Commit

Permalink
Update munit to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 3, 2024
1 parent fd0e441 commit 4706b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mill._
import mill.scalalib._
import mill.*
import mill.scalalib.*

object Dependencies {
lazy val circe = {
Expand Down Expand Up @@ -33,5 +33,5 @@ object Dependencies {

lazy val java8compat = Agg(ivy"org.scala-lang.modules::scala-java8-compat:1.0.2")

lazy val tests = Agg(ivy"org.scalameta::munit:0.7.29")
lazy val tests = Agg(ivy"org.scalameta::munit:1.0.3")
}

0 comments on commit 4706b83

Please sign in to comment.