Skip to content

Commit

Permalink
Update acyclic_2.13.11 to 0.3.9 (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 9, 2023
1 parent b184976 commit 30a7e97
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 @@ -176,12 +176,12 @@ lazy val core =
scalaTest.value % Test,
scalaTestPlusScalacheck.value % Test,
// needed for acyclic which we run periodically, not all the time
"com.lihaoyi" % "acyclic_2.13.11" % "0.3.8" % "provided"
"com.lihaoyi" % "acyclic_2.13.11" % "0.3.9" % "provided"
)
// periodically we use acyclic to ban cyclic dependencies and make compilation faster
,
autoCompilerPlugins := true,
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.11" % "0.3.8"),
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.11" % "0.3.9"),
scalacOptions += "-P:acyclic:force"
).dependsOn(base)
.jsSettings(commonJsSettings)
Expand Down

0 comments on commit 30a7e97

Please sign in to comment.