Skip to content

Commit

Permalink
Merge pull request #323 from scala-steward/update/munit-cats-effect-3…
Browse files Browse the repository at this point in the history
…-2.0.0

Update munit-cats-effect-3 to 2.0.0
  • Loading branch information
2m authored May 29, 2024
2 parents 5dbe7b3 + 586cc4f commit 3dc7518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ scalaVersion := "2.13.14"
crossScalaVersions += "3.3.3"

libraryDependencies ++= Seq(
"is.cir" %% "ciris" % "3.6.0",
"com.typesafe" % "config" % "1.4.3",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
"org.typelevel" %% "cats-effect" % "3.5.4" % "test"
"is.cir" %% "ciris" % "3.6.0",
"com.typesafe" % "config" % "1.4.3",
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % "test",
"org.typelevel" %% "cats-effect" % "3.5.4" % "test"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit 3dc7518

Please sign in to comment.