Skip to content

Commit

Permalink
Update munit to 1.0.1 (#1017)
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Davit <[email protected]>
  • Loading branch information
scala-steward and RustedBones authored Sep 5, 2024
1 parent fb47362 commit e86672a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ val guavaVersion = "33.3.0-jre"
val hadoopVersion = "3.4.0"
val jacksonVersion = "2.17.2"
val jodaTimeVersion = "2.12.7"
val munitVersion = "1.0.0"
val munitVersion = "1.0.1"
val munitScalacheckVersion = "1.0.0"
val neo4jDriverVersion = "4.4.18"
val paigesVersion = "0.4.4"
val parquetVersion = "1.14.2"
Expand Down Expand Up @@ -390,7 +391,8 @@ lazy val test = project
.settings(
crossScalaVersions := Seq(scala3, scala213, scala212),
libraryDependencies ++= Seq(
"org.scalameta" %% "munit-scalacheck" % munitVersion % Test,
"org.scalameta" %% "munit" % munitVersion % Test,
"org.scalameta" %% "munit-scalacheck" % munitScalacheckVersion % Test,
"org.typelevel" %% "cats-core" % catsVersion % Test
)
)
Expand Down

0 comments on commit e86672a

Please sign in to comment.