Skip to content

Commit 175c4ab

Browse files
authored
Update acyclic from 0.3.11 to 0.3.12 (#124)
Pull request: #124
1 parent 058981a commit 175c4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
55

66
object Deps {
77
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"
8+
Agg.when(!Seq().contains(scalaVersion) /* exclude unreleased versions, if any */ )(
9+
ivy"com.lihaoyi:::acyclic:0.3.12"
1010
)
1111
}
1212

0 commit comments

Comments
 (0)