Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent 20515c3 commit 7369676
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 @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
scala: [3.3.1, 2.12.18, 2.13.12]
scala: [3.3.1, 2.12.19, 2.13.12]
java: [temurin@17]
project: [rootJS, root, rootNative]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / organization := "dev.kovstas"

ThisBuild / scalaVersion := "2.13.12"
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
ThisBuild / crossScalaVersions := List("2.12.19", "2.13.12", "3.3.1")
ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value)

ThisBuild / libraryDependencies ++= Seq(
Expand Down

0 comments on commit 7369676

Please sign in to comment.