Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent 95a4179 commit a067462
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 @@ -13,7 +13,7 @@ jobs:
- java: 8
scala: 2.12.19
- java: 14
scala: 2.13.14
scala: 2.13.15
- java: 8
scala: 3.3.3

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._
import Keys._
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"

ThisBuild / scalafmtOnCompile := scalaVersion.value.startsWith("2")

Expand All @@ -23,7 +23,7 @@ def addDirsFor213_+(scope: ConfigKey): Def.Initialize[Seq[File]] = Def.setting {
val commonSettings = Seq(
organization := "io.suzaku",
version := Version.library,
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"),
crossScalaVersions := Seq("2.12.19", "2.13.15", "3.3.3"),
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
Expand Down

0 comments on commit a067462

Please sign in to comment.