Skip to content

Commit

Permalink
Update acyclic_2.13.12 to 0.3.15 (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 28, 2024
1 parent ca3a9bf commit ee2bc4c
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.13" % "provided"
"com.lihaoyi" % "acyclic_2.13.12" % "0.3.15" % "provided"
)
// periodically we use acyclic to ban cyclic dependencies and make compilation faster
,
autoCompilerPlugins := true,
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.12" % "0.3.13"),
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.12" % "0.3.15"),
scalacOptions += "-P:acyclic:force"
).dependsOn(base)
.jsSettings(commonJsSettings)
Expand Down

0 comments on commit ee2bc4c

Please sign in to comment.