Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2023
1 parent 8ff1daf commit 4044a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11, 3.1.1]
scala-version: [2.10.7, 2.11.12, 2.12.18, 2.13.12, 3.1.1]
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ scalacOptions := {
}
}

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

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

Expand Down

0 comments on commit 4044a1e

Please sign in to comment.