Skip to content

Commit

Permalink
Cross-build for 2.13.2. (#351)
Browse files Browse the repository at this point in the history
* Cross-build for 2.13.2.

* Force scalameta version.
  • Loading branch information
mwz authored Apr 28, 2020
1 parent 1055540 commit bfdcb25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- 2.11.12
- 2.12.10
- 2.12.11
- 2.13.0
- 2.13.1
- 2.13.2
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v7
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// compiler plugins
addCompilerPlugin(scalafixSemanticdb)
addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.3.10" cross CrossVersion.full)

name := "scalac-scapegoat-plugin"
organization := "com.sksamuel.scapegoat"
Expand All @@ -22,8 +22,8 @@ developers := List(
)
)

scalaVersion := "2.13.1"
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.12.11", "2.13.0", "2.13.1")
scalaVersion := "2.13.2"
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.12.11", "2.13.1", "2.13.2")
autoScalaLibrary := false
crossVersion := CrossVersion.full
crossTarget := {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolvers += Classpaths.sbtPluginReleases
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15-1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")

if (System.getProperty("add-scapegoat-plugin") == "true")
Expand Down

0 comments on commit bfdcb25

Please sign in to comment.