Skip to content

Commit fc5b5ec

Browse files
authored
Update scala-library to 2.13.11 (#146)
1 parent 013990d commit fc5b5ec

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
@@ -4,13 +4,13 @@ pull_request_rules:
44
- author=paoloboni
55
- title~=^Update\s.*
66
- "status-success=test (adopt@1.8, 2.12.17)"
7-
- "status-success=test (adopt@1.8, 2.13.10)"
7+
- "status-success=test (adopt@1.8, 2.13.11)"
88
- "status-success=test (adopt@1.8, 3.2.2)"
99
- "status-success=test (openjdk@1.11, 2.12.17)"
10-
- "status-success=test (openjdk@1.11, 2.13.10)"
10+
- "status-success=test (openjdk@1.11, 2.13.11)"
1111
- "status-success=test (openjdk@1.11, 3.2.2)"
1212
- "status-success=test (openjdk@1.17, 2.12.17)"
13-
- "status-success=test (openjdk@1.17, 2.13.10)"
13+
- "status-success=test (openjdk@1.17, 2.13.11)"
1414
- "status-success=test (openjdk@1.17, 3.2.2)"
1515
actions:
1616
merge:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- "openjdk@1.17"
1616
scala:
1717
- 2.12.17
18-
- 2.13.10
18+
- 2.13.11
1919
- 3.2.2
2020
runs-on: ubuntu-latest
2121
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Dependencies._
33
name := "spray-json-derived-codecs"
44

55
lazy val scala212 = "2.12.17"
6-
lazy val scala213 = "2.13.10"
6+
lazy val scala213 = "2.13.11"
77
lazy val scala3 = "3.2.2"
88
lazy val supportedScalaVersions = List(scala212, scala213, scala3)
99

0 commit comments

Comments
 (0)