Skip to content

Commit

Permalink
Merge pull request #693 from typelevel/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 2, 2024
2 parents 1062321 + 1ea9142 commit b4a7051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ThisBuild / tlBaseVersion := "3.4"
ThisBuild / organization := "org.typelevel"

val catsVersion = "2.12.0"
val munitVersion = "1.0.2"
val munitVersion = "1.0.3"
val disciplineMunitVersion = "2.0.0"
val kindProjectorVersion = "0.13.3"
val shapeless2Version = "2.3.12"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
Expand Down

0 comments on commit b4a7051

Please sign in to comment.