File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Dependencies {
21
21
val commontTextV = " 1.13.1"
22
22
val googleDiffV = " 1.3.0"
23
23
val jgitV = " 5.13.3.202401111512-r"
24
- val metaconfigV = " 0.15 .0"
24
+ val metaconfigV = " 0.16 .0"
25
25
val nailgunV = " 0.9.1"
26
26
val scalaXmlV = " 2.2.0"
27
27
val scalametaV = " 4.13.7"
Original file line number Diff line number Diff line change @@ -265,6 +265,13 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
265
265
Some (" ^\\ d+\\ .\\ d+\\ .\\ d+\\ +\\ d+" .r),
266
266
versionScheme := Some (" early-semver" ),
267
267
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 ,
268
275
// Scala 3 compiler
269
276
" org.scala-lang.modules" % " scala-asm" % VersionScheme .Always ,
270
277
// coursier-versions always return false for the *.*.*.*-r pattern jgit uses
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
2
2
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
3
3
addSbtPlugin(" com.github.sbt" % " sbt-ghpages" % " 0.8.0" )
4
4
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 " )
6
6
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1" )
7
7
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.3" )
8
8
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments