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 23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest]
26
- scala : [3.3.3 ]
26
+ scala : [3.3.4 ]
27
27
java : [zulu@8]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
34
34
35
35
- name : Setup Java (zulu@8)
36
36
if : matrix.java == 'zulu@8'
37
- uses : actions/setup-java@v3
37
+ uses : actions/setup-java@v4
38
38
with :
39
39
distribution : zulu
40
40
java-version : 8
50
50
run : tar cf targets.tar target project/target
51
51
52
52
- name : Upload target directories
53
- uses : actions/upload-artifact@v3
53
+ uses : actions/upload-artifact@v4
54
54
with :
55
55
name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
56
56
path : targets.tar
62
62
strategy :
63
63
matrix :
64
64
os : [ubuntu-latest]
65
- scala : [3.3.3 ]
65
+ scala : [3.3.4 ]
66
66
java : [zulu@8]
67
67
runs-on : ${{ matrix.os }}
68
68
steps :
@@ -73,18 +73,18 @@ jobs:
73
73
74
74
- name : Setup Java (zulu@8)
75
75
if : matrix.java == 'zulu@8'
76
- uses : actions/setup-java@v3
76
+ uses : actions/setup-java@v4
77
77
with :
78
78
distribution : zulu
79
79
java-version : 8
80
80
cache : sbt
81
81
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
84
84
with :
85
- name : target-${{ matrix.os }}-3.3.3 -${{ matrix.java }}
85
+ name : target-${{ matrix.os }}-3.3.4 -${{ matrix.java }}
86
86
87
- - name : Inflate target directories (3.3.3 )
87
+ - name : Inflate target directories (3.3.4 )
88
88
run : |
89
89
tar xf targets.tar
90
90
rm targets.tar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import sbtghactions.JavaSpec.Distribution.Zulu
6
6
7
7
organization := " com.github.swagger-akka-http"
8
8
9
- ThisBuild / scalaVersion := " 3.3.3 "
9
+ ThisBuild / scalaVersion := " 3.3.4 "
10
10
11
11
ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala3-enum-module" ))
12
12
@@ -17,9 +17,9 @@ Test / publishArtifact := false
17
17
pomIncludeRepository := { x => false }
18
18
19
19
libraryDependencies ++= 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 " ,
23
23
" org.scalatest" %% " scalatest" % " 3.2.19" % Test ,
24
24
" org.slf4j" % " slf4j-simple" % " 2.0.16" % Test
25
25
)
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" )
2
2
3
- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2 " )
3
+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1 " )
4
4
5
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.8 " )
5
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.2.1 " )
6
6
7
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.19 .0" )
7
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23 .0" )
8
8
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