Skip to content

Commit d895ede

Browse files
bump: scala-library 2.12.19 (was 2.12.18) (#608)
* bump: scala-library 2.12.19 (was 2.12.18) * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --------- Co-authored-by: Peter Vlugter <[email protected]>
1 parent d398bb9 commit d895ede

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.12.18]
26+
scala: [2.12.19]
2727
java: [temurin@11, temurin@17]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
os: [ubuntu-latest]
73-
scala: [2.12.18]
73+
scala: [2.12.19]
7474
java: [temurin@11]
7575
runs-on: ${{ matrix.os }}
7676
steps:
@@ -95,12 +95,12 @@ jobs:
9595
java-version: 17
9696
cache: sbt
9797

98-
- name: Download target directories (2.12.18)
98+
- name: Download target directories (2.12.19)
9999
uses: actions/download-artifact@v4
100100
with:
101-
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
101+
name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }}
102102

103-
- name: Inflate target directories (2.12.18)
103+
- name: Inflate target directories (2.12.19)
104104
run: |
105105
tar xf targets.tar
106106
rm targets.tar

project/Common.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object Common extends AutoPlugin {
2929
override def requires = plugins.JvmPlugin && HeaderPlugin
3030

3131
override def buildSettings = Seq(
32-
scalaVersion := "2.12.18"
32+
scalaVersion := "2.12.19"
3333
)
3434

3535
// AutomateHeaderPlugin is not an allRequirements-AutoPlugin, so explicitly add settings here:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val metaroot = (project in file(".")).dependsOn(metaThemePlugin)
2828
lazy val metaThemePlugin = (project in file("theme-plugin"))
2929
.settings(
3030
sbtPlugin := true,
31-
scalaVersion := "2.12.18",
31+
scalaVersion := "2.12.19",
3232
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.5"),
3333
Compile / unmanagedSourceDirectories :=
3434
mirrorScalaSource((ThisBuild / baseDirectory).value.getParentFile / "theme-plugin")

0 commit comments

Comments
 (0)