Skip to content

Commit

Permalink
Merge pull request #237 from scala-steward/update/scala-library-2.12.19
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.19
  • Loading branch information
thyandrecardoso authored Apr 27, 2024
2 parents ad4bd31 + 879d885 commit 0c4fffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala-version: [2.10.7, 2.11.12, 2.12.18, 2.13.12, 3.1.1]
scala-version: [2.10.7, 2.11.12, 2.12.19, 2.13.12, 3.1.1]
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scalacOptions := {
}

scalaVersion := "2.13.12"
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.18", "2.13.12", "3.1.1")
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.19", "2.13.12", "3.1.1")

libraryDependencies += "org.yaml" % "snakeyaml" % "2.2"

Expand Down

0 comments on commit 0c4fffa

Please sign in to comment.