Skip to content

Commit

Permalink
Update acyclic from 0.3.10 to 0.3.11 (#118)
Browse files Browse the repository at this point in the history
Pull request: #118
  • Loading branch information
scala-steward authored Feb 24, 2024
1 parent 494d76b commit 019b5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
object Deps {
def acyclicAgg(scalaVersion: String) = {
Agg.when(!Seq("2.13.13").contains(scalaVersion) /* exclude unreleased versions, if any */ )(
ivy"com.lihaoyi:::acyclic:0.3.10"
ivy"com.lihaoyi:::acyclic:0.3.11"
)
}

Expand Down

0 comments on commit 019b5b7

Please sign in to comment.