Skip to content

Commit

Permalink
Update acyclic_2.13.12 to 0.3.13 (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 18, 2024
1 parent 5ab3e0d commit ea5e07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,12 @@ lazy val core =
munit.value % Test,
munitScalaCheck.value % Test,
// needed for acyclic which we run periodically, not all the time
"com.lihaoyi" % "acyclic_2.13.12" % "0.3.12" % "provided"
"com.lihaoyi" % "acyclic_2.13.12" % "0.3.13" % "provided"
)
// periodically we use acyclic to ban cyclic dependencies and make compilation faster
,
autoCompilerPlugins := true,
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.12" % "0.3.12"),
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.12" % "0.3.13"),
scalacOptions += "-P:acyclic:force"
).dependsOn(base)
.jsSettings(commonJsSettings)
Expand Down

0 comments on commit ea5e07e

Please sign in to comment.