Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent 9a5943b commit da22ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ matrix:
env: COMMAND=ci-js
# Scala 2.12, JVM
- jdk: oraclejdk8
scala: 2.12.15
scala: 2.12.19
env: COMMAND=ci-jvm-all
# Scala 2.12, JVM, JDK 11
- jdk: openjdk11
scala: 2.12.15
scala: 2.12.19
env: COMMAND=ci-jvm
# Scala 2.12, JavaScript
- jdk: oraclejdk8
scala: 2.12.15
scala: 2.12.19
env: COMMAND=ci-js
# Scala 2.13, JVM
- jdk: oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "scala-retry"

organization := "com.github.hipjim"

crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.12", "3.0.2")
crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.19","2.13.12", "3.0.2")

version := "0.5.0-SNAPSHOT"

Expand Down

0 comments on commit da22ab7

Please sign in to comment.