Skip to content

Commit c448f65

Browse files
committed
Update acyclic from 0.3.11 to 0.3.12
1 parent 058981a commit c448f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
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)