Skip to content

Commit

Permalink
Updates scala from 2.13.12 to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
thyandrecardoso committed Apr 27, 2024
1 parent 0687639 commit 445d593
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.19, 2.13.12, 3.1.1]
scala-version: [2.10.7, 2.11.12, 2.12.19, 2.13.13, 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.12"
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.19", "2.13.12", "3.1.1")
scalaVersion := "2.13.13"
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.19", "2.13.13", "3.1.1")

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

Expand Down

0 comments on commit 445d593

Please sign in to comment.