Skip to content

Commit 6a65d6c

Browse files
committed
mark metaconfig bump as non-breaking
1 parent 1f29a66 commit 6a65d6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

project/ScalafixBuild.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
265265
Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
266266
versionScheme := Some("early-semver"),
267267
libraryDependencySchemes ++= Seq(
268+
// metaconfig has no JVM breaking change from 0.15.0 to 0.16.0
269+
"org.scalameta" % "metaconfig-core_2.12" % VersionScheme.Always,
270+
"org.scalameta" % "metaconfig-core_2.13" % VersionScheme.Always,
271+
"org.scalameta" % "metaconfig-pprint_2.12" % VersionScheme.Always,
272+
"org.scalameta" % "metaconfig-pprint_2.13" % VersionScheme.Always,
273+
"org.scalameta" % "metaconfig-typesafe-config_2.12" % VersionScheme.Always,
274+
"org.scalameta" % "metaconfig-typesafe-config_2.13" % VersionScheme.Always,
268275
// Scala 3 compiler
269276
"org.scala-lang.modules" % "scala-asm" % VersionScheme.Always,
270277
// coursier-versions always return false for the *.*.*.*-r pattern jgit uses

0 commit comments

Comments
 (0)