Skip to content

Commit 2ed4081

Browse files
committed
scala 3.2.0
1 parent fb4c188 commit 2ed4081

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:
@@ -73,7 +73,7 @@ jobs:
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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import sbtghactions.JavaSpec.Distribution.Zulu
66

77
organization := "com.github.swagger-akka-http"
88

9-
ThisBuild / scalaVersion := "3.0.2"
9+
ThisBuild / scalaVersion := "3.2.0"
1010

1111
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala3-enum-module"))
1212

0 commit comments

Comments
 (0)