Skip to content

Commit 32910ba

Browse files
authored
Merge pull request #51 from TonioGela/master
Adding Scala 2.12.14 to build and CI
2 parents fad8f09 + b1fd7a0 commit 32910ba

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- 2.11.12
1919
- 2.12.12
2020
- 2.12.13
21+
- 2.12.14
2122
- 2.13.0
2223
- 2.13.1
2324
- 2.13.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ addCompilerPlugin("com.github.cb372" % "scala-typed-holes" % "0.1.9" cross Cross
9393
The plugin is published for the following Scala versions:
9494

9595
* 2.11.12
96-
* 2.12.{12, 13}
96+
* 2.12.{12, 13, 14}
9797
* 2.13.{0, 1, 2, 3, 4, 5, 6}
9898

9999
## Changing the log level

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ crossScalaVersions := List(
66
"2.11.12",
77
"2.12.12",
88
"2.12.13",
9+
"2.12.14",
910
"2.13.0",
1011
"2.13.1",
1112
"2.13.2",

0 commit comments

Comments
 (0)