diff --git a/build.sc b/build.sc index 33f6ac9..b9a1e52 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.12.20").contains(scalaVersion) /* exclude unreleased versions, if any */ )( - ivy"com.lihaoyi:::acyclic:0.3.12" + ivy"com.lihaoyi:::acyclic:0.3.13" ) }