Skip to content

Commit d900957

Browse files
mcc-1326235 022 munit revert
1 parent 6e524d6 commit d900957

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

project/Dependencies.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)