Skip to content

Commit

Permalink
Update scala3-library to 3.0.2 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 4, 2021
1 parent 42aad9a commit d71f789
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.12",
crossScalaVersions := Seq("2.12.12", "2.13.6", "3.0.1"),
crossScalaVersions := Seq("2.12.12", "2.13.6", "3.0.2"),

Test / test := {
val _ = (Test / g8Test).toTask("").value
Expand Down
6 changes: 3 additions & 3 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.12, 2.13.6, 3.0.1]
scala: [2.12.12, 2.13.6, 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.12, 2.13.6, 3.0.1]
scala: [2.12.12, 2.13.6, 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.12, 2.13.6, 3.0.1]
scala: [2.12.12, 2.13.6, 3.0.2]
scalajs: [1.7.0]
command: [ci-package]

Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ lazy val sharedSettings = Seq(

organization := "$organization$",
scalaVersion := "2.13.6",
crossScalaVersions := Seq("2.12.12", "2.13.6", "3.0.1"),
crossScalaVersions := Seq("2.12.12", "2.13.6", "3.0.2"),

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

0 comments on commit d71f789

Please sign in to comment.