Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 5a211dd

Browse files
committed
Update scala-library, scala-reflect to 2.12.18
1 parent 64742e3 commit 5a211dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
os: [ubuntu-latest]
4545

46-
scala: [2.12.15, 2.13.8]
46+
scala: [2.12.18, 2.13.8]
4747

4848
steps:
4949
- uses: actions/checkout@v2

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ThisBuild / developers := List(
3939

4040
val minorVersion = SettingKey[Int]("minor scala version")
4141

42-
val scala212V = "2.12.15"
42+
val scala212V = "2.12.18"
4343
val scala213V = "2.13.8"
4444

4545
val crossCompile = crossScalaVersions := List(scala212V, scala213V)

examples/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ val swaggerUIVersion = SettingKey[String]("swaggerUIVersion")
22

33
lazy val typedSchemaVersion = SettingKey[String]("typedSchemaVersion")
44

5-
val scala212V = "2.12.15"
5+
val scala212V = "2.12.18"
66
val scala213V = "2.13.8"
77

88
val commonSettings = List(

0 commit comments

Comments
 (0)