Skip to content

Commit

Permalink
Use expected version of munit
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Mar 12, 2024
1 parent 230aa54 commit 32cfc54
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 @@ -73,7 +73,7 @@ lazy val server = project
"org.scalameta" %% "munit-scalacheck" % munit % Test,
"org.http4s" %% "http4s-circe" % http4sVersion % Test,
"org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test
),
libraryDependencies ++= nativeNettyModules,
mimaBinaryIssueFilters := Nil
Expand All @@ -98,7 +98,7 @@ lazy val client = project
"com.github.bbottema" % "java-socks-proxy-server" % "2.0.0" % Test,
"org.scalameta" %% "munit" % munit % Test,
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test
),
libraryDependencies ++= nativeNettyModules
)
Expand Down

0 comments on commit 32cfc54

Please sign in to comment.