diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 301943f..5d89909 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { lazy val `common-types-gcp` = Seq( "org.typelevel" %% "cats-core" % "2.12.0" ) ++ Seq( - "org.typelevel" %% "munit-cats-effect" % "2.0.0-RC1", + "org.typelevel" %% "munit-cats-effect" % "2.0.0", "org.http4s" %% "http4s-dsl" % "0.23.27", "org.http4s" %% "http4s-ember-server" % "0.23.27", "org.slf4j" % "slf4j-nop" % "2.0.13"