Skip to content

Commit

Permalink
Merge pull request #563 from scala-steward/update/scala-compiler-2.12.15
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library to 2.12.15
  • Loading branch information
ashawley authored Sep 15, 2021
2 parents 8008173 + bb2ec1d commit 4ab3fff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands:
parameters:
scala_version:
type: string
default: 2.12.14
default: 2.12.15
sbt_tasks:
type: string
default: update compile test:compile test doc package osgiBundle
Expand All @@ -41,7 +41,7 @@ jobs:
parameters:
scala_version:
description: "Scala version"
default: 2.12.14
default: 2.12.15
type: string
java_version:
description: "Java version"
Expand All @@ -58,7 +58,7 @@ jobs:
parameters:
scala_version:
description: "Scala version"
default: 2.12.14
default: 2.12.15
type: string
scalajs_version:
description: "ScalaJS version"
Expand All @@ -78,7 +78,7 @@ jobs:
parameters:
scala_version:
description: "Scala version"
default: 2.12.14
default: 2.12.15
type: string
scalanative_version:
description: "Scala Native version"
Expand All @@ -101,9 +101,9 @@ workflows:
build:
jobs:
- scala_job:
name: 2.12.14
name: 2.12.15
java_version: jdk8
scala_version: 2.12.14
scala_version: 2.12.15
- scala_job:
name: 2.13.6
java_version: jdk8
Expand All @@ -115,7 +115,7 @@ workflows:
- scala_job:
name: jdk11_2.12
java_version: jdk11
scala_version: 2.12.14
scala_version: 2.12.15
- scala_job:
name: jdk11_2.13
java_version: jdk11
Expand All @@ -127,7 +127,7 @@ workflows:
- scala_job:
name: jdk17_2.12
java_version: jdk17
scala_version: 2.12.14
scala_version: 2.12.15
- scala_job:
name: jdk17_2.13
java_version: jdk17
Expand All @@ -138,7 +138,7 @@ workflows:
scala_version: 3.0.2
- scalajs_job:
name: sjs1.0_2.12
scala_version: 2.12.14
scala_version: 2.12.15
scalajs_version: 1.7.0
- scalajs_job:
name: sjs1.0_2.13
Expand All @@ -150,7 +150,7 @@ workflows:
scalajs_version: 1.7.0
- scalanative_job:
name: native0.4_2.12
scala_version: 2.12.14
scala_version: 2.12.15
scalanative_version: 0.4.0
- scalanative_job:
name: native0.4_2.13
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: scala

scala:
- 3.0.2
- 2.12.14
- 2.12.15
- 2.13.6

env:
Expand Down

0 comments on commit 4ab3fff

Please sign in to comment.