File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lazy val metaroot = (project in file(".")).dependsOn(metaThemePlugin)
2828lazy 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" )
You can’t perform that action at this time.
0 commit comments