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 1313 test :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : guardian/setup-scala@v1
1818 - name : Build and Test
1919 run : sbt -v +test
Original file line number Diff line number Diff line change 55
66jobs :
77 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
99 permissions : { contents: write, pull-requests: write }
1010 with :
1111 GITHUB_APP_ID : 930725
12- SONATYPE_PROFILE_NAME : ' com.madgag'
13- SONATYPE_CREDENTIAL_HOST : ' s01.oss.sonatype.org'
1412 secrets :
1513 SONATYPE_TOKEN : ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}
1614 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._
22
33object Dependencies {
44
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"
66
77 val scalatest = " org.scalatest" %% " scalatest" % " 3.2.19"
88
99 val madgagCompress = " com.madgag" % " util-compress" % " 1.35"
1010
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" )
1212
1313}
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 11addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
22
3- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
4-
53addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 3.2.1" )
You can’t perform that action at this time.
0 commit comments