From 6dd6f465e992a2ab3c48cafcf2cd45089021eb0e Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Wed, 21 Feb 2024 11:34:51 +0100 Subject: [PATCH] Update acyclic from 0.3.9 to 0.3.10 (#115) Pull request: https://github.com/com-lihaoyi/acyclic/pull/115 --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index cd07df7..d085bb8 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.12.19").contains(scalaVersion) /* exclude unreleased versions, if any */ )( - ivy"com.lihaoyi:::acyclic:0.3.9" + Agg.when(!Seq().contains(scalaVersion) /* exclude unreleased versions, if any */ )( + ivy"com.lihaoyi:::acyclic:0.3.10" ) }