File tree Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 13
13
test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- uses : guardian/setup-scala@v1
18
18
- name : Build and Test
19
19
run : sbt -v +test
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
release :
8
- uses : guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@v1
8
+ uses : guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@v2
9
9
permissions : { contents: write, pull-requests: write }
10
10
with :
11
11
GITHUB_APP_ID : 930725
12
- SONATYPE_PROFILE_NAME : ' com.madgag'
13
- SONATYPE_CREDENTIAL_HOST : ' s01.oss.sonatype.org'
14
12
secrets :
15
13
SONATYPE_TOKEN : ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}
16
14
PGP_PRIVATE_KEY : ${{ secrets.AUTOMATED_MAVEN_RELEASE_PGP_SECRET }}
Original file line number Diff line number Diff line change 1
- java corretto-11 .0.25 .9.1
1
+ java corretto-21 .0.3 .9.1
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ import sbt._
2
2
3
3
object Dependencies {
4
4
5
- val jgit = " org.eclipse.jgit" % " org.eclipse.jgit" % " 6.10 .0.202406032230 -r"
5
+ val jgit = " org.eclipse.jgit" % " org.eclipse.jgit" % " 7.3 .0.202506031305 -r"
6
6
7
7
val scalatest = " org.scalatest" %% " scalatest" % " 3.2.19"
8
8
9
9
val madgagCompress = " com.madgag" % " util-compress" % " 1.35"
10
10
11
- val guava = Seq (" com.google.guava" % " guava" % " 33.4.0 -jre" , " com.google.code.findbugs" % " jsr305" % " 3.0.2" )
11
+ val guava = Seq (" com.google.guava" % " guava" % " 33.4.8 -jre" , " com.google.code.findbugs" % " jsr305" % " 3.0.2" )
12
12
13
13
}
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.7
1
+ sbt.version =1.11.4
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
2
2
3
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
4
-
5
3
addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 3.2.1" )
You can’t perform that action at this time.
0 commit comments