Skip to content

Commit 4fbff08

Browse files
committed
Update scala-library, scala-reflect to 2.12.18
1 parent fe374ce commit 4fbff08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
scala: [2.12.11, 2.13.2]
13+
scala: [2.12.18, 2.13.2]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: olafurpg/setup-scala@v5

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
scala: [2.12.11, 2.13.2]
13+
scala: [2.12.18, 2.13.2]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: olafurpg/setup-scala@v5

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy val buildSettings = inThisBuild(
3131
)
3232

3333
lazy val coreSettings = Seq(
34-
crossScalaVersions := scalaVersion.value :: "2.12.11" :: Nil,
34+
crossScalaVersions := scalaVersion.value :: "2.12.18" :: Nil,
3535
libraryDependencies ++= Seq(
3636
scalaOrganization.value % "scala-reflect" % scalaVersion.value % "provided",
3737
"com.chuusai" %%% "shapeless" % "2.3.3",

0 commit comments

Comments
 (0)