File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [3.0.2 ]
26+ scala : [3.2.0 ]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
7373 strategy :
7474 matrix :
7575 os : [ubuntu-latest]
76- scala : [3.0.2 ]
76+ scala : [3.2.0 ]
7777 java : [zulu@8]
7878 runs-on : ${{ matrix.os }}
7979 steps :
@@ -101,12 +101,12 @@ jobs:
101101 ~/Library/Caches/Coursier/v1
102102 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
103103
104- - name : Download target directories (3.0.2 )
104+ - name : Download target directories (3.2.0 )
105105 uses : actions/download-artifact@v2
106106 with :
107- name : target-${{ matrix.os }}-3.0.2 -${{ matrix.java }}
107+ name : target-${{ matrix.os }}-3.2.0 -${{ matrix.java }}
108108
109- - name : Inflate target directories (3.0.2 )
109+ - name : Inflate target directories (3.2.0 )
110110 run : |
111111 tar xf targets.tar
112112 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.0.2 "
9+ ThisBuild / scalaVersion := " 3.2.0 "
1010
1111ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala3-enum-module" ))
1212
You can’t perform that action at this time.
0 commit comments