diff --git a/build.sc b/build.sc index d26f86c..7d1265a 100644 --- a/build.sc +++ b/build.sc @@ -5,8 +5,8 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion object Deps { def acyclicAgg(scalaVersion: String) = { - Agg.when(!Seq("2.13.14").contains(scalaVersion) /* exclude unreleased versions, if any */ )( - ivy"com.lihaoyi:::acyclic:0.3.11" + Agg.when(!Seq().contains(scalaVersion) /* exclude unreleased versions, if any */ )( + ivy"com.lihaoyi:::acyclic:0.3.12" ) }