Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent dcec3ee commit 716b55a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val ScalaTestPlusVersion = "3.2.9.0"
lazy val root = (project in file("."))
.settings(
scalaVersion := "2.12.14",
crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2"),
crossScalaVersions := Seq("2.12.14", "2.13.14", "3.0.2"),

Test / test := {
val _ = (Test / g8Test).toTask("").value
Expand Down
8 changes: 4 additions & 4 deletions src/main/g8/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
java: [8, 11]
scala: [2.12.14, 2.13.6, 3.0.2]
scala: [2.12.14, 2.13.14, 3.0.2]
command: ["ci-jvm"]

runs-on: \${{ matrix.os }}
Expand All @@ -40,7 +40,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
java: [11]
scala: [2.12.14, 2.13.6, 3.0.2]
scala: [2.12.14, 2.13.14, 3.0.2]
scalajs: [1.7.0]
command: [ci-js]

Expand All @@ -67,7 +67,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
java: [11]
scala: [2.12.14, 2.13.6, 3.0.2]
scala: [2.12.14, 2.13.14, 3.0.2]
scalajs: [1.7.0]
command: [ci-package]

Expand All @@ -94,7 +94,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
java: [11]
scala: [2.13.6]
scala: [2.13.14]
scalajs: [1.7.0]
command: ["ci-doc"]

Expand Down
4 changes: 2 additions & 2 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ lazy val sharedSettings = Seq(
githubRelativeRepositoryID := "$github_repository_name$",

organization := "$organization$",
scalaVersion := "2.13.6",
crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.14", "2.13.14", "3.0.2"),

// Turning off fatal warnings for doc generation
Compile / doc / scalacOptions ~= filterConsoleScalacOptions,
Expand Down

0 comments on commit 716b55a

Please sign in to comment.