Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/AsyncUtilsBuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
private val Scala2Versions: Seq[String] = Seq(SCALA_2_13, SCALA_2_12)

private val CatsEffect3V = "3.6.3"
private val CatsTaglessV: String = "0.16.3"
private val CatsTaglessV: String = "0.16.4"
private val libthriftV: String = "0.10.0"

private val scala2CompilerPlugins: Seq[ModuleID] = Seq(
Expand Down
Loading