Skip to content

Commit

Permalink
Update acyclic_2.13.12 to 0.3.11 (#1145)
Browse files Browse the repository at this point in the history
Co-authored-by: P. Oscar Boykin <[email protected]>
  • Loading branch information
scala-steward and johnynek authored Feb 23, 2024
1 parent f1a032c commit 74e1e42
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.10" % "provided"
"com.lihaoyi" % "acyclic_2.13.12" % "0.3.11" % "provided"
)
// periodically we use acyclic to ban cyclic dependencies and make compilation faster
,
autoCompilerPlugins := true,
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.12" % "0.3.10"),
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.12" % "0.3.11"),
scalacOptions += "-P:acyclic:force"
).dependsOn(base)
.jsSettings(commonJsSettings)
Expand Down

0 comments on commit 74e1e42

Please sign in to comment.