File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [3.3.1 ]
26+ scala : [3.3.3 ]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
6262 strategy :
6363 matrix :
6464 os : [ubuntu-latest]
65- scala : [3.3.1 ]
65+ scala : [3.3.3 ]
6666 java : [zulu@8]
6767 runs-on : ${{ matrix.os }}
6868 steps :
@@ -79,12 +79,12 @@ jobs:
7979 java-version : 8
8080 cache : sbt
8181
82- - name : Download target directories (3.3.1 )
82+ - name : Download target directories (3.3.3 )
8383 uses : actions/download-artifact@v3
8484 with :
85- name : target-${{ matrix.os }}-3.3.1 -${{ matrix.java }}
85+ name : target-${{ matrix.os }}-3.3.3 -${{ matrix.java }}
8686
87- - name : Inflate target directories (3.3.1 )
87+ - name : Inflate target directories (3.3.3 )
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.1 "
9+ ThisBuild / scalaVersion := " 3.3.3 "
1010
1111ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala3-enum-module" ))
1212
@@ -17,10 +17,10 @@ Test / publishArtifact := false
1717pomIncludeRepository := { x => false }
1818
1919libraryDependencies ++= Seq (
20- " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.20 " ,
20+ " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.21 " ,
2121 " com.github.swagger-akka-http" %% " swagger-scala-module" % " 2.12.3" ,
22- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.16.1 " ,
23- " org.scalatest" %% " scalatest" % " 3.2.17 " % Test ,
22+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.16.2 " ,
23+ " org.scalatest" %% " scalatest" % " 3.2.18 " % Test ,
2424 " org.slf4j" % " slf4j-simple" % " 2.0.12" % Test
2525)
2626
You can’t perform that action at this time.
0 commit comments