Skip to content

Commit

Permalink
Update acyclic to 0.3.9 (#102)
Browse files Browse the repository at this point in the history
Pull request: #102
  • Loading branch information
scala-steward authored Sep 8, 2023
1 parent f47a886 commit 5426345
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 @@ -5,7 +5,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion

object Deps {
def acyclicAgg(scalaVersion: String) =
Agg(ivy"com.lihaoyi:::acyclic:0.3.8")
Agg(ivy"com.lihaoyi:::acyclic:0.3.9")
.filter(_ => scalaVersion != "2.13.12" /* exclude unreleased versions, if any */ )

def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
Expand Down

0 comments on commit 5426345

Please sign in to comment.