Skip to content

Commit 34af69c

Browse files
authored
Merge pull request #2274 from bjaglin/post0144
Post 0.14.4 release
2 parents 5e486ed + 3983b93 commit 34af69c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

project/ScalafixBuild.scala

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -241,17 +241,9 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
241241
)
242242

243243
private val PreviousScalaVersion: Map[String, Option[String]] = Map(
244-
scala213 -> Some("2.13.16"),
245-
scala33 -> Some("3.3.6"),
246-
scala37 -> Some("3.7.0")
247244
)
248245

249246
override def buildSettings: Seq[Setting[_]] = List(
250-
// removed from the compiler in 2.13.16, 3.3.4 & 3.6.3, extremely unlikely to be needed by clients
251-
versionPolicyIgnored ++= Seq(
252-
"net.java.dev.jna" % "jna",
253-
"org.jline" % "jline-terminal-jna"
254-
),
255247
// https://github.com/sbt/sbt/issues/5568#issuecomment-1094380636
256248
versionPolicyIgnored ++= Seq(
257249
// https://github.com/scalacenter/scalafix/pull/1530
@@ -264,13 +256,6 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
264256
Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
265257
versionScheme := Some("early-semver"),
266258
libraryDependencySchemes ++= Seq(
267-
// metaconfig has no JVM breaking change from 0.15.0 to 0.16.0
268-
"org.scalameta" % "metaconfig-core_2.12" % VersionScheme.Always,
269-
"org.scalameta" % "metaconfig-core_2.13" % VersionScheme.Always,
270-
"org.scalameta" % "metaconfig-pprint_2.12" % VersionScheme.Always,
271-
"org.scalameta" % "metaconfig-pprint_2.13" % VersionScheme.Always,
272-
"org.scalameta" % "metaconfig-typesafe-config_2.12" % VersionScheme.Always,
273-
"org.scalameta" % "metaconfig-typesafe-config_2.13" % VersionScheme.Always,
274259
// Scala 3 compiler
275260
"org.scala-lang.modules" % "scala-asm" % VersionScheme.Always,
276261
// coursier-versions always return false for the *.*.*.*-r pattern jgit uses

0 commit comments

Comments
 (0)