Skip to content

Commit 9ba7817

Browse files
authored
Merge pull request scalacenter#2247 from scalacenter/update/metaconfig-typesafe-config-0.16.0
Update metaconfig-typesafe-config to 0.16.0
2 parents df882c1 + 6a65d6c commit 9ba7817

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Dependencies {
2121
val commontTextV = "1.13.1"
2222
val googleDiffV = "1.3.0"
2323
val jgitV = "5.13.3.202401111512-r"
24-
val metaconfigV = "0.15.0"
24+
val metaconfigV = "0.16.0"
2525
val nailgunV = "0.9.1"
2626
val scalaXmlV = "2.2.0"
2727
val scalametaV = "4.13.7"

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
33
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
44
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
5-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1")
5+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")
66
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
77
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
88
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)