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

Commit 6f47132

Browse files
authored
Merge pull request #216 from exoego/scala
Update Scala 2.13.x
2 parents 6d1c521 + f48b526 commit 6f47132

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- uses: actions/checkout@v1
1010
- uses: olafurpg/setup-scala@v5
1111
- name: Check Scalafmt/Scaladoc
12-
run: sbt ++2.13.1 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
12+
run: sbt ++2.13.2 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: scala
33

44
scala:
55
- 2.12.11
6-
- 2.13.1
6+
- 2.13.2
77

88
jdk:
99
- openjdk11
@@ -20,7 +20,7 @@ script:
2020

2121
matrix:
2222
include:
23-
- scala: 2.13.1
23+
- scala: 2.13.2
2424
env: TRAVIS_NODE_VERSION="10.19.0" JOB_NAME="test"
2525
script: sbt ++$TRAVIS_SCALA_VERSION nodejs_v10/test
2626

0 commit comments

Comments
 (0)