From 175c4ab23b4bedc4ad793dd54d0a8b9c8de3da38 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Sun, 5 May 2024 11:30:12 +0200 Subject: [PATCH] Update acyclic from 0.3.11 to 0.3.12 (#124) Pull request: https://github.com/com-lihaoyi/acyclic/pull/124 --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ) }