We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e387d commit 6b5657eCopy full SHA for 6b5657e
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- scala: [2.11.12, 2.12.15, 2.13.8]
+ scala: [2.11.12, 2.12.18, 2.13.8]
17
project: [sql_formatterJVM, sql_formatterJS, sql_formatterNative]
18
coverage: [coverage]
19
coverageReport: [coverageReport]
build.sbt
@@ -6,7 +6,7 @@ organization in ThisBuild := "com.github.takayahilton"
6
onChangedBuildSource in Global := ReloadOnSourceChanges
7
8
val Scala211 = "2.11.12"
9
-val Scala212 = "2.12.15"
+val Scala212 = "2.12.18"
10
val Scala213 = "2.13.8"
11
12
lazy val root = project
0 commit comments