Skip to content

Commit

Permalink
Merge pull request #549 from usommerl/update/munit-cats-effect-3-2.0.0
Browse files Browse the repository at this point in the history
Update munit-cats-effect-3 to 2.0.0
  • Loading branch information
mergify[bot] committed May 23, 2024
2 parents c77afa9 + 4ae04a0 commit 8b473ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val v = new {
val odin = "0.13.0"
val tapir = "1.10.7"
val munit = "0.7.29"
val munitCE = "1.0.7"
val munitCE = "2.0.0"
}

val upx = "UPX_COMPRESSION"
Expand Down Expand Up @@ -45,7 +45,7 @@ lazy val graalnative4s = project
"org.http4s" %% "http4s-circe" % v.http4s,
"org.http4s" %% "http4s-dsl" % v.http4s,
"org.scalameta" %% "munit" % v.munit % Test,
"org.typelevel" %% "munit-cats-effect-3" % v.munitCE % Test
"org.typelevel" %% "munit-cats-effect" % v.munitCE % Test
),
testFrameworks += new TestFramework("munit.Framework"),
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, Test / libraryDependencies),
Expand Down

0 comments on commit 8b473ee

Please sign in to comment.