Skip to content

Commit

Permalink
Update munit-cats-effect-3 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucuma-steward[bot] committed May 29, 2024
1 parent 8f567af commit e1ce705
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Settings {
lazy val kittens = "3.1.0"

lazy val munit = "0.7.29"
lazy val munitCatsEffect = "1.0.7"
lazy val munitCatsEffect = "2.0.0"
lazy val munitDiscipline = "1.0.9"

// EPICS Libraries
Expand All @@ -30,9 +30,9 @@ object Settings {

val MUnit = Def.setting(
Seq(
"org.scalameta" %%% "munit" % LibraryVersion.munit % Test,
"org.typelevel" %%% "munit-cats-effect-3" % LibraryVersion.munitCatsEffect % Test,
"org.typelevel" %%% "discipline-munit" % LibraryVersion.munitDiscipline % Test
"org.scalameta" %%% "munit" % LibraryVersion.munit % Test,
"org.typelevel" %%% "munit-cats-effect" % LibraryVersion.munitCatsEffect % Test,
"org.typelevel" %%% "discipline-munit" % LibraryVersion.munitDiscipline % Test
)
)

Expand Down

0 comments on commit e1ce705

Please sign in to comment.