We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058981a commit 175c4abCopy full SHA for 175c4ab
build.sc
@@ -5,8 +5,8 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
5
6
object Deps {
7
def acyclicAgg(scalaVersion: String) = {
8
- Agg.when(!Seq("2.13.14").contains(scalaVersion) /* exclude unreleased versions, if any */ )(
9
- ivy"com.lihaoyi:::acyclic:0.3.11"
+ Agg.when(!Seq().contains(scalaVersion) /* exclude unreleased versions, if any */ )(
+ ivy"com.lihaoyi:::acyclic:0.3.12"
10
)
11
}
12
0 commit comments