We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328776a commit 684e2f3Copy full SHA for 684e2f3
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.72"
5
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
6
- val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.7"
+ val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.8"
7
val catsCore = "org.typelevel" %% "cats-core" % "2.9.0"
8
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
9
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.9"
0 commit comments