Skip to content

Commit

Permalink
Update acyclic from 0.3.9 to 0.3.10 (#115)
Browse files Browse the repository at this point in the history
Pull request: #115
  • Loading branch information
lefou authored Feb 21, 2024
1 parent 1c9326b commit 6dd6f46
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.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"
)
}

Expand Down

0 comments on commit 6dd6f46

Please sign in to comment.