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 fd4ccbd + b686fbd commit 2f57d9eCopy full SHA for 2f57d9e
1 file changed
project/AsyncUtilsBuildPlugin.scala
@@ -68,7 +68,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
68
private val Scala2Versions: Seq[String] = Seq(SCALA_2_13, SCALA_2_12)
69
70
private val CatsEffect3V = "3.5.4"
71
- private val CatsTaglessV: String = "0.16.0"
+ private val CatsTaglessV: String = "0.16.1"
72
private val libthriftV: String = "0.10.0"
73
74
private val scala2CompilerPlugins: Seq[ModuleID] = Seq(
0 commit comments