Skip to content

Commit

Permalink
Merge pull request #2028 from bjaglin/post-0122
Browse files Browse the repository at this point in the history
Post 0.13.0 release
  • Loading branch information
bjaglin authored Sep 27, 2024
2 parents f2818e5 + af38513 commit 74f9fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 1 addition & 10 deletions project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
)

private val PreviousScalaVersion: Map[String, String] = Map(
"2.12.20" -> "2.12.19",
"2.13.15" -> "2.13.14"
)

override def buildSettings: Seq[Setting[_]] = List(
Expand All @@ -246,9 +244,7 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
// https://github.com/scalacenter/scalafix/pull/2025#issuecomment-2264188708
"com.geirsson" %% "metaconfig-core",
"com.geirsson" %% "metaconfig-pprint",
"com.geirsson" %% "metaconfig-typesafe-config",
"com.lihaoyi" %% "fansi",
"com.lihaoyi" %% "sourcecode"
"com.geirsson" %% "metaconfig-typesafe-config"
),
versionPolicyIgnoredInternalDependencyVersions :=
Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r),
Expand Down Expand Up @@ -307,11 +303,6 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
organizationName.value % previousScalaVCrossName % stableVersion.value
)
},
// TODO: remove afetr 0.12.12 once Scala 3 artifacts have been published
mimaPreviousArtifacts := {
if (scalaVersion.value.startsWith("3")) Set.empty
else Set.empty
},
mimaBinaryIssueFilters ++= Mima.ignoredABIProblems
)

Expand Down
3 changes: 1 addition & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1+21-8f7d5d40-SNAPSHOT")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")

// https://github.com/scala/bug/issues/12632
Expand Down

0 comments on commit 74f9fe0

Please sign in to comment.