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.
2 parents f08442c + c44d4e4 commit 59f9eb4Copy full SHA for 59f9eb4
1 file changed
project/AsyncUtilsBuildPlugin.scala
@@ -67,7 +67,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
67
private val SCALA_2_12 = "2.12.20"
68
private val Scala2Versions: Seq[String] = Seq(SCALA_2_13, SCALA_2_12)
69
70
- private val CatsEffect3V = "3.5.4"
+ private val CatsEffect3V = "3.5.5"
71
private val CatsTaglessV: String = "0.16.2"
72
private val libthriftV: String = "0.10.0"
73
0 commit comments