Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] committed Nov 15, 2024
1 parent 2589134 commit 9503921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
# supported scala versions
include:
- scala: 2.13.10
- scala: 2.13.15
name: Scala2_13
test-tasks: coverage test coverageReport
- scala: 3.3.3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lazy val noPublishSettings = Seq(

lazy val baseSettings = Seq(
// scala options
crossScalaVersions := List("2.13.10", "3.3.3"),
crossScalaVersions := List("2.13.15", "3.3.3"),
scalaVersion := crossScalaVersions.value.head,
scalacOptions ++= scalacSettings(scalaVersion.value),
Compile / console / scalacOptions --= Seq(
Expand Down

0 comments on commit 9503921

Please sign in to comment.