Skip to content

Commit

Permalink
Update acyclic from 0.3.11 to 0.3.12 (#124)
Browse files Browse the repository at this point in the history
Pull request: #124
  • Loading branch information
lefou authored May 5, 2024
1 parent 058981a commit 175c4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
}

Expand Down

0 comments on commit 175c4ab

Please sign in to comment.