File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 7070 strategy :
7171 matrix :
7272 os : [ubuntu-latest]
73- scala : [3.1.2 ]
73+ scala : [3.2.0 ]
7474 java : [temurin@11]
7575 runs-on : ${{ matrix.os }}
7676 steps :
Original file line number Diff line number Diff line change 5353 tag_name : ${{ steps.latest-tag.outputs.tag }}
5454 body_path : CHANGELOG.md
5555 files : |
56- target/scala-3.1.2 /polystat.jar
56+ target/scala-3.2.0 /polystat.jar
5757 # build-binaries:
5858 # needs: pre-release
5959 # runs-on: ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -214,8 +214,6 @@ commands += Command.command("postRelease") { state =>
214214 Command .process(" release with-defaults" , newState)
215215}
216216
217- val githubWorkflowScalas = List (" 3.1.2" )
218-
219217val checkoutSetupJava = List (WorkflowStep .Checkout ) ++
220218 WorkflowStep .SetupJava (List (JavaSpec .temurin(" 11" )))
221219
@@ -225,7 +223,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
225223 WorkflowJob (
226224 id = " scalafmt" ,
227225 name = " Format code with scalafmt" ,
228- scalas = githubWorkflowScalas ,
226+ scalas = List (scalaVersion.value) ,
229227 steps = checkoutSetupJava ++
230228 githubWorkflowGeneratedCacheSteps.value ++
231229 List (
You can’t perform that action at this time.
0 commit comments