Skip to content

Commit 6b5657e

Browse files
committed
Update scala-library to 2.12.18
1 parent 57e387d commit 6b5657e

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
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
scala: [2.11.12, 2.12.15, 2.13.8]
16+
scala: [2.11.12, 2.12.18, 2.13.8]
1717
project: [sql_formatterJVM, sql_formatterJS, sql_formatterNative]
1818
coverage: [coverage]
1919
coverageReport: [coverageReport]

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization in ThisBuild := "com.github.takayahilton"
66
onChangedBuildSource in Global := ReloadOnSourceChanges
77

88
val Scala211 = "2.11.12"
9-
val Scala212 = "2.12.15"
9+
val Scala212 = "2.12.18"
1010
val Scala213 = "2.13.8"
1111

1212
lazy val root = project

0 commit comments

Comments
 (0)