Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Apr 22, 2024
1 parent bf5b1c1 commit 118c00f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- macos-11
- macos-12
- windows-2022
scala: [2.13.12, 3.3.3]
scala: [2.13.13, 3.3.3]
java: [temurin@8]
project: [rootJVM, rootNative]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
scala: [2.13.12]
scala: [2.13.13]
java: [temurin@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(
)
ThisBuild / tlSonatypeUseLegacyHost := false

val Scala213 = "2.13.12"
val Scala213 = "2.13.13"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213
ThisBuild / githubWorkflowOSes :=
Expand Down

0 comments on commit 118c00f

Please sign in to comment.