Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Update Scala 2.13.x #216

Merged
merged 1 commit into from
May 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v5
- name: Check Scalafmt/Scaladoc
run: sbt ++2.13.1 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
run: sbt ++2.13.2 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: scala

scala:
- 2.12.11
- 2.13.1
- 2.13.2

jdk:
- openjdk11
Expand All @@ -20,7 +20,7 @@ script:

matrix:
include:
- scala: 2.13.1
- scala: 2.13.2
env: TRAVIS_NODE_VERSION="10.19.0" JOB_NAME="test"
script: sbt ++$TRAVIS_SCALA_VERSION nodejs_v10/test

Expand Down