Skip to content

Commit

Permalink
post 0.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Jan 11, 2025
1 parent 04d75ff commit d5e43d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,7 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
// Scala 3 compiler
"org.scala-lang.modules" % "scala-asm" % VersionScheme.Always,
// coursier-versions always return false for the *.*.*.*-r pattern jgit uses
Dependencies.jgit.withRevision(VersionScheme.Always),
// metaconfig has no breaking change from 0.13.0 to 0.14.0
"org.scalameta" % "metaconfig-core_2.12" % VersionScheme.Always,
"org.scalameta" % "metaconfig-core_2.13" % VersionScheme.Always,
"org.scalameta" % "metaconfig-pprint_2.12" % VersionScheme.Always,
"org.scalameta" % "metaconfig-pprint_2.13" % VersionScheme.Always,
"org.scalameta" % "metaconfig-typesafe-config_2.12" % VersionScheme.Always,
"org.scalameta" % "metaconfig-typesafe-config_2.13" % VersionScheme.Always
Dependencies.jgit.withRevision(VersionScheme.Always)
)
)

Expand Down

0 comments on commit d5e43d7

Please sign in to comment.