Skip to content

Commit

Permalink
Merge pull request #273 from vasilmkd/scala31
Browse files Browse the repository at this point in the history
Update Scala to 3.1.0
  • Loading branch information
vasilmkd authored Oct 22, 2021
2 parents d2277e6 + 919b4f2 commit 0b880cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.6, 3.0.2]
scala: [2.12.15, 2.13.6, 3.1.0]
java: [adoptium@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ThisBuild / developers := List(
Developer("larsrh", "Lars Hupel", "", url("https://github.com/larsrh"))
)

ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.6", "3.0.2")
ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.6", "3.1.0")

ThisBuild / githubWorkflowJavaVersions := Seq("adoptium@8")
ThisBuild / githubWorkflowEnv += ("JABBA_INDEX" -> "https://github.com/typelevel/jdk-index/raw/main/index.json")
Expand Down

0 comments on commit 0b880cb

Please sign in to comment.