Skip to content

Commit

Permalink
Cleaning up Scala versions, keeping one for 2.11.* two for 2.12.*, an…
Browse files Browse the repository at this point in the history
…d two for 2.13.* (#536)
  • Loading branch information
mccartney authored Jun 16, 2021
1 parent f89309d commit 67713e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
java: [8, 11]
scala:
- 2.11.12
- 2.12.11
- 2.12.12
- 2.12.13
- 2.13.4
- 2.12.14
- 2.13.5
- 2.13.6
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Firstly you need to add scapegoat plugin as a dependency:

```groovy
dependencies {
compile 'com.sksamuel.scapegoat:scalac-scapegoat-plugin_2.12.12:1.4.6'
scalaCompilerPlugin "com.sksamuel.scapegoat:scalac-scapegoat-plugin_2.12.12:1.4.6"
compile 'com.sksamuel.scapegoat:scalac-scapegoat-plugin_2.12.14:1.4.6'
scalaCompilerPlugin "com.sksamuel.scapegoat:scalac-scapegoat-plugin_2.12.14:1.4.6"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ developers := List(
)

scalaVersion := "2.13.6"
crossScalaVersions := Seq("2.11.12", "2.12.12", "2.12.13", "2.12.14", "2.13.3", "2.13.4", "2.13.5", "2.13.6")
crossScalaVersions := Seq("2.11.12", "2.12.13", "2.12.14", "2.13.5", "2.13.6")
autoScalaLibrary := false
crossVersion := CrossVersion.full
crossTarget := {
Expand Down

0 comments on commit 67713e5

Please sign in to comment.