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 69136c0 + 2484c57 commit 0473624Copy full SHA for 0473624
1 file changed
project/AsyncUtilsBuildPlugin.scala
@@ -66,7 +66,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
66
private val SCALA_2_12 = "2.12.21"
67
private val Scala2Versions: Seq[String] = Seq(SCALA_2_13, SCALA_2_12)
68
69
- private val CatsEffect3V = "3.6.3"
+ private val CatsEffect3V = "3.7.0"
70
private val CatsTaglessV: String = "0.16.4"
71
private val libthriftV: String = "0.10.0"
72
0 commit comments