Skip to content

Commit

Permalink
Update scala3-library from 3.1.1 to 3.1.2 (#115)
Browse files Browse the repository at this point in the history
* Update scala3-library from 3.1.1 to 3.1.2

* Update travis runner to 3.1.2

Co-authored-by: Ben Carter <[email protected]>
  • Loading branch information
disco-scala-steward and bcarter97 authored May 3, 2022
1 parent 3e14133 commit 9f6217f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
language: scala

scala:
- 3.1.1
- 3.1.2
jdk:
- openjdk17

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val scala3 = "3.1.1"
lazy val scala3 = "3.1.2"
lazy val scala213 = "2.13.8"
lazy val scala212 = "2.12.15"
lazy val supportedScalaVersions = List(scala3, scala213, scala212)
Expand Down

0 comments on commit 9f6217f

Please sign in to comment.