From 019b5b707c95404d10f3941814e2a2ffc2b3091c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:38:43 +0100 Subject: [PATCH] Update acyclic from 0.3.10 to 0.3.11 (#118) Pull request: https://github.com/com-lihaoyi/acyclic/pull/118 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) }