Skip to content

Commit

Permalink
Update acyclic_2.13.12 to 0.3.12 (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 8, 2024
1 parent f43f28b commit e04e6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
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.11" % "provided"
"com.lihaoyi" % "acyclic_2.13.12" % "0.3.12" % "provided"
)
// periodically we use acyclic to ban cyclic dependencies and make compilation faster
,
autoCompilerPlugins := true,
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.12" % "0.3.11"),
addCompilerPlugin("com.lihaoyi" % "acyclic_2.13.12" % "0.3.12"),
scalacOptions += "-P:acyclic:force"
).dependsOn(base)
.jsSettings(commonJsSettings)
Expand Down

0 comments on commit e04e6c6

Please sign in to comment.