Skip to content

Commit

Permalink
Split dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amohrland committed Aug 20, 2024
1 parent 5b236b1 commit cde839b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ val V = new {
val scalacheckEffect = "1.0.4"
val scalacheckMagnolia = "0.6.0"
val munit = "1.0.1"
val munitScalacheck = "1.0.0"
val munitCE3 = "2.0.0"
val scalatest = "3.2.19"
val scalatestPlus = "3.2.3.0"
Expand Down Expand Up @@ -80,7 +81,7 @@ lazy val core = project
"ch.qos.logback" % "logback-classic" % V.logback % Test,
"org.scalacheck" %% "scalacheck" % V.scalacheck % Test,
"org.scalameta" %% "munit" % V.munit % Test,
"org.scalameta" %% "munit-scalacheck" % V.munit % Test,
"org.scalameta" %% "munit-scalacheck" % V.munitScalacheck % Test,
"org.typelevel" %% "scalacheck-effect-munit" % V.scalacheckEffect,
"org.typelevel" %% "munit-cats-effect" % V.munitCE3 % Test,
"org.typelevel" %% "cats-effect" % V.catsEffect,
Expand Down

0 comments on commit cde839b

Please sign in to comment.