diff --git a/build.sbt b/build.sbt index 622388a8..a5d396cf 100644 --- a/build.sbt +++ b/build.sbt @@ -134,7 +134,7 @@ lazy val core = project "org.http4s" %% "http4s-ember-server" % http4sVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, "org.ekrich" %% "sconfig" % "1.8.1", - "org.typelevel" %% "cats-effect" % "3.6.1", + "org.typelevel" %% "cats-effect" % "3.6.3", "io.github.pityka" %% "selfpackage" % "2.1.6", "org.scalatest" %% "scalatest" % "3.2.19" % "test", "com.outr" %% "scribe" % scribeVersion,