Skip to content

Commit

Permalink
chore(travis.yml): updating the scala version from 3.1.0 to 3.1.1 in …
Browse files Browse the repository at this point in the history
…travis config. playframework#390.
  • Loading branch information
brbrown25 committed Mar 16, 2022
1 parent e892f83 commit 2a3898f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: "Run tests with Scala 3 and AdoptOpenJDK 11"
script: scripts/test-code.sh
env:
- SCALA_VERSION=3.1.0
- SCALA_VERSION=3.1.1
- ADOPTOPENJDK=11

- name: "Run tests with Scala 2.12 and AdoptOpenJDK 8"
Expand All @@ -49,7 +49,7 @@ jobs:
- name: "Run tests with Scala 3 and AdoptOpenJDK 8"
script: scripts/test-code.sh
env:
- SCALA_VERSION=3.1.0
- SCALA_VERSION=3.1.1
- ADOPTOPENJDK=8

- stage: docs
Expand Down

0 comments on commit 2a3898f

Please sign in to comment.