File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 java-version : 8
5454 cache : sbt
5555
56+ - name : Setup sbt
57+ uses : sbt/setup-sbt@v1
58+
5659 - name : Check that workflows are up to date
5760 shell : bash
5861 run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
@@ -106,6 +109,9 @@ jobs:
106109 java-version : 8
107110 cache : sbt
108111
112+ - name : Setup sbt
113+ uses : sbt/setup-sbt@v1
114+
109115 - name : Download target directories (2.12.18)
110116 uses : actions/download-artifact@v4
111117 with :
Original file line number Diff line number Diff line change 11Apache Pekko SBT Paradox
2- Copyright 2023-2024 The Apache Software Foundation
2+ Copyright 2023-2025 The Apache Software Foundation
33
44This product includes software developed at
55The Apache Software Foundation (https://www.apache.org/).
Original file line number Diff line number Diff line change 1- sbt.version =1.10.2
1+ sbt.version =1.10.7
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2525addSbtPlugin(" org.mdedetrich" % " sbt-apache-sonatype" % " 0.1.12" )
2626addSbtPlugin(" com.github.pjfanning" % " sbt-source-dist" % " 0.1.12" )
2727addSbtPlugin(" net.bzzt" % " sbt-reproducible-builds" % " 0.32" )
28- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23 .0" )
28+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
You can’t perform that action at this time.
0 commit comments