Skip to content

Commit

Permalink
Merge pull request #1775 from bjaglin/post0110
Browse files Browse the repository at this point in the history
Post 0.11.0
  • Loading branch information
bjaglin authored Jun 3, 2023
2 parents f85f41e + 10481f2 commit dc2b126
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ cs resolve \
ch.epfl.scala:scalafix-interfaces:$version \
ch.epfl.scala:scalafix-core_2.12:$version \
ch.epfl.scala:scalafix-core_2.13:$version \
ch.epfl.scala:scalafix-reflect_2.12.17:$version \
ch.epfl.scala:scalafix-reflect_2.13.10:$version \
ch.epfl.scala:scalafix-cli_2.12.17:$version \
ch.epfl.scala:scalafix-cli_2.13.10:$version \
ch.epfl.scala:scalafix-testkit_2.12.17:$version \
ch.epfl.scala:scalafix-testkit_2.13.10:$version \
ch.epfl.scala:scalafix-reflect_2.12.18:$version \
ch.epfl.scala:scalafix-reflect_2.13.11:$version \
ch.epfl.scala:scalafix-cli_2.12.18:$version \
ch.epfl.scala:scalafix-cli_2.13.11:$version \
ch.epfl.scala:scalafix-testkit_2.12.18:$version \
ch.epfl.scala:scalafix-testkit_2.13.11:$version \
-r sonatype:public
4 changes: 1 addition & 3 deletions project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
)

private val PreviousScalaVersion: Map[String, String] = Map(
"2.12.18" -> "2.12.17",
"2.13.11" -> "2.13.10"
)

override def buildSettings: Seq[Setting[_]] = List(
Expand Down Expand Up @@ -230,7 +228,7 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
else scalaBinaryVersion.value == "3"),
publishLocal / skip := (if ((publishLocal / skip).value) true
else scalaBinaryVersion.value == "3"),
versionPolicyIntention := Compatibility.None,
versionPolicyIntention := Compatibility.BinaryCompatible,
scalacOptions ++= compilerOptions.value,
scalacOptions ++= semanticdbSyntheticsCompilerOption.value,
Compile / console / scalacOptions :=
Expand Down

0 comments on commit dc2b126

Please sign in to comment.