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 79744d8 + 9bf886e commit 65a676dCopy full SHA for 65a676d
1 file changed
project/AsyncUtilsBuildPlugin.scala
@@ -66,7 +66,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
66
private val SCALA_2_12 = "2.12.20"
67
private val Scala2Versions: Seq[String] = Seq(SCALA_2_13, SCALA_2_12)
68
69
- private val CatsEffect3V = "3.6.1"
+ private val CatsEffect3V = "3.6.2"
70
private val CatsTaglessV: String = "0.16.3"
71
private val libthriftV: String = "0.10.0"
72
0 commit comments