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