Skip to content

Commit a9890a1

Browse files
Update scala-library to 2.12.21 (#341)
1 parent 28804b8 commit a9890a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
java: [ '11', '17', '21', '22' ]
18-
scala: [ '2.13.18', '2.12.20', '2.11.12', '3.7.3' ]
18+
scala: [ '2.13.18', '2.12.21', '2.11.12', '3.7.3' ]
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Set up JDK

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "jms-testkit"
33

44
organization := "io.github.sullis"
55

6-
scalaVersion := "2.12.20"
6+
scalaVersion := "2.12.21"
77

88
crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.18", "3.7.3")
99

0 commit comments

Comments
 (0)