File tree Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [3.3.3 ]
26+ scala : [3.3.4 ]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
3434
3535 - name : Setup Java (zulu@8)
3636 if : matrix.java == 'zulu@8'
37- uses : actions/setup-java@v3
37+ uses : actions/setup-java@v4
3838 with :
3939 distribution : zulu
4040 java-version : 8
5050 run : tar cf targets.tar target project/target
5151
5252 - name : Upload target directories
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
5656 path : targets.tar
6262 strategy :
6363 matrix :
6464 os : [ubuntu-latest]
65- scala : [3.3.3 ]
65+ scala : [3.3.4 ]
6666 java : [zulu@8]
6767 runs-on : ${{ matrix.os }}
6868 steps :
@@ -73,18 +73,18 @@ jobs:
7373
7474 - name : Setup Java (zulu@8)
7575 if : matrix.java == 'zulu@8'
76- uses : actions/setup-java@v3
76+ uses : actions/setup-java@v4
7777 with :
7878 distribution : zulu
7979 java-version : 8
8080 cache : sbt
8181
82- - name : Download target directories (3.3.3 )
83- uses : actions/download-artifact@v3
82+ - name : Download target directories (3.3.4 )
83+ uses : actions/download-artifact@v4
8484 with :
85- name : target-${{ matrix.os }}-3.3.3 -${{ matrix.java }}
85+ name : target-${{ matrix.os }}-3.3.4 -${{ matrix.java }}
8686
87- - name : Inflate target directories (3.3.3 )
87+ - name : Inflate target directories (3.3.4 )
8888 run : |
8989 tar xf targets.tar
9090 rm targets.tar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import sbtghactions.JavaSpec.Distribution.Zulu
66
77organization := " com.github.swagger-akka-http"
88
9- ThisBuild / scalaVersion := " 3.3.3 "
9+ ThisBuild / scalaVersion := " 3.3.4 "
1010
1111ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala3-enum-module" ))
1212
@@ -17,9 +17,9 @@ Test / publishArtifact := false
1717pomIncludeRepository := { x => false }
1818
1919libraryDependencies ++= Seq (
20- " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.23 " ,
21- " com.github.swagger-akka-http" %% " swagger-scala-module" % " 2.12.3 " ,
22- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.17.2 " ,
20+ " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.24 " ,
21+ " com.github.swagger-akka-http" %% " swagger-scala-module" % " 2.13.0 " ,
22+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.18.0 " ,
2323 " org.scalatest" %% " scalatest" % " 3.2.19" % Test ,
2424 " org.slf4j" % " slf4j-simple" % " 2.0.16" % Test
2525)
Original file line number Diff line number Diff line change 1- sbt.version =1.10.1
1+ sbt.version =1.10.2
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.1 .0" )
1+ addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4 .0" )
22
3- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2 " )
3+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1 " )
44
5- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.8 " )
5+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.2.1 " )
66
7- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.19 .0" )
7+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23 .0" )
88
9- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12 " )
9+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.6.1 " )
You can’t perform that action at this time.
0 commit comments