File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ lazy val `mauth-signer-http4s-022` = scalaModuleProject("mauth-signer-http4s-022
128128 libraryDependencies ++=
129129 Dependencies .provided(http4sClient022) ++
130130 Dependencies .compile(enumeratum) ++
131- Dependencies .test(munitCatsEffect , http4sDsl022)
131+ Dependencies .test(munitCatsEffect2 , http4sDsl022)
132132 )
133133
134134// A separate module to sign and send sttp request using akka-http backend
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ object Dependencies extends DependencyUtils {
6464 val scalaTest : ModuleID = " org.scalatest" %% " scalatest" % " 3.2.19"
6565 val wiremock : ModuleID = " com.github.tomakehurst" % " wiremock" % " 3.0.1"
6666 val munitCatsEffect : ModuleID = " org.typelevel" %% " munit-cats-effect-3" % " 1.0.7"
67+ val munitCatsEffect2 : ModuleID = " org.typelevel" %% " munit-cats-effect-2" % " 1.0.7"
6768 val log4catsNoop : ModuleID = " org.typelevel" %% " log4cats-noop" % Version .log4cats
6869 val scalaCacheCaffeine : ModuleID = " com.github.cb372" %% " scalacache-caffeine" % " 1.0.0-M6"
6970
You can’t perform that action at this time.
0 commit comments