Skip to content

Commit

Permalink
silence version policy warnings on metaconfig 0.13.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Aug 1, 2024
1 parent 6f20c9c commit d8aaa76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,13 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
"com.lihaoyi" %% "pprint",
// https://github.com/scalacenter/scalafix/pull/1819#issuecomment-1636118496
"org.scalameta" %% "fastparse-v2",
"com.lihaoyi" %% "geny"
"com.lihaoyi" %% "geny",
// https://github.com/scalacenter/scalafix/pull/2025#issuecomment-2264188708
"com.geirsson" %% "metaconfig-core",
"com.geirsson" %% "metaconfig-pprint",
"com.geirsson" %% "metaconfig-typesafe-config",
"com.lihaoyi" %% "fansi",
"com.lihaoyi" %% "sourcecode"
),
versionPolicyIgnoredInternalDependencyVersions :=
Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
Expand Down

0 comments on commit d8aaa76

Please sign in to comment.