Skip to content

Commit

Permalink
Update LibraryDependencies.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman authored Oct 4, 2024
1 parent 2e79787 commit 1d8a986
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ object LibraryDependencies {
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"

object Munit {
val munitVersion = "1.0.2"
val core = "org.scalameta" %% "munit" % munitVersion
val core = "org.scalameta" %% "munit" % "1.0.2"
val scalacheck =
"org.scalameta" %% "munit-scalacheck" % munitVersion
"org.scalameta" %% "munit-scalacheck" % "1.0.0"
val catsEffect =
"org.typelevel" %% "munit-cats-effect" % "2.0.0"
val scalacheckEffect =
Expand Down

0 comments on commit 1d8a986

Please sign in to comment.