Skip to content

Commit 659e5e7

Browse files
authored
Update scala3-library to 3.2.1 (#119)
1 parent a26e329 commit 659e5e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ pull_request_rules:
55
- title~=^Update\s.*
66
- "status-success=test (adopt@1.8, 2.12.17)"
77
- "status-success=test (adopt@1.8, 2.13.10)"
8-
- "status-success=test (adopt@1.8, 3.2.0)"
8+
- "status-success=test (adopt@1.8, 3.2.1)"
99
- "status-success=test (openjdk@1.11, 2.12.17)"
1010
- "status-success=test (openjdk@1.11, 2.13.10)"
11-
- "status-success=test (openjdk@1.11, 3.2.0)"
11+
- "status-success=test (openjdk@1.11, 3.2.1)"
1212
- "status-success=test (openjdk@1.17, 2.12.17)"
1313
- "status-success=test (openjdk@1.17, 2.13.10)"
14-
- "status-success=test (openjdk@1.17, 3.2.0)"
14+
- "status-success=test (openjdk@1.17, 3.2.1)"
1515
actions:
1616
merge:
1717
method: squash

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
scala:
1717
- 2.12.17
1818
- 2.13.10
19-
- 3.2.0
19+
- 3.2.1
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "spray-json-derived-codecs"
44

55
lazy val scala212 = "2.12.17"
66
lazy val scala213 = "2.13.10"
7-
lazy val scala3 = "3.2.0"
7+
lazy val scala3 = "3.2.1"
88
lazy val supportedScalaVersions = List(scala212, scala213, scala3)
99

1010
ThisBuild / scalafmtOnCompile := false

0 commit comments

Comments
 (0)