Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... to 1.4.0 (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Tisue <[email protected]>
  • Loading branch information
scala-steward and SethTisue authored Jan 29, 2021
1 parent ec9f49d commit 97a9018
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commands:
parameters:
scala_version:
type: string
default: 2.12.12
default: 2.12.13
sbt_tasks:
type: string
default: update compile test:compile test doc package osgiBundle
Expand All @@ -44,7 +44,7 @@ jobs:
parameters:
scala_version:
description: "Scala version"
default: 2.12.12
default: 2.12.13
type: string
java_version:
description: "Java version"
Expand All @@ -61,7 +61,7 @@ jobs:
parameters:
scala_version:
description: "Scala version"
default: 2.12.12
default: 2.12.13
type: string
scalajs_version:
description: "ScalaJS version"
Expand All @@ -81,9 +81,9 @@ workflows:
build:
jobs:
- scala_job:
name: 2.12.12
name: 2.12.13
java_version: jdk8
scala_version: 2.12.12
scala_version: 2.12.13
- scala_job:
name: 2.13.4
java_version: jdk8
Expand All @@ -99,7 +99,7 @@ workflows:
- scala_job:
name: jdk11_2.12
java_version: jdk11
scala_version: 2.12.12
scala_version: 2.12.13
- scala_job:
name: jdk11_2.13
java_version: jdk11
Expand All @@ -111,7 +111,7 @@ workflows:
- scala_job:
name: jdk15_2.12
java_version: jdk15
scala_version: 2.12.12
scala_version: 2.12.13
- scala_job:
name: jdk15_2.13
java_version: jdk15
Expand All @@ -123,7 +123,7 @@ workflows:
- scala_job:
name: jdk16_2.12
java_version: jdk16
scala_version: 2.12.12
scala_version: 2.12.13
- scala_job:
name: jdk16_2.13
java_version: jdk16
Expand All @@ -134,7 +134,7 @@ workflows:
scala_version: 3.0.0-M3
- scalajs_job:
name: sjs1.0_2.12
scala_version: 2.12.12
scala_version: 2.12.13
scalajs_version: 1.4.0
- scalajs_job:
name: sjs1.0_2.13
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ language: scala
scala:
- 3.0.0-M3
- 3.0.0-M2
- 2.12.12
- 2.12.13
- 2.13.4

env:
Expand Down

0 comments on commit 97a9018

Please sign in to comment.