Skip to content

Commit cafece5

Browse files
committed
Update scala-library, scala-reflect to 2.12.13
1 parent 8c77570 commit cafece5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
java: [1.8, 1.11, 1.14]
15-
scala: [2.12.12, 2.13.4]
15+
scala: [2.12.13, 2.13.4]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up JDK ${{ matrix.java }}

Diff for: .github/workflows/mima.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
java: [1.14]
15-
scala: [2.12.12, 2.13.4]
15+
scala: [2.12.13, 2.13.4]
1616
steps:
1717
- uses: actions/checkout@v2
1818
with:

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
java: [1.14]
17-
scala: [2.12.12, 2.13.4]
17+
scala: [2.12.13, 2.13.4]
1818
steps:
1919
- uses: actions/checkout@v2
2020
with:

Diff for: project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Dependencies {
77
lazy val specs2Version = "4.10.6"
88

99
val scala_213 = "2.13.4"
10-
val scala_212 = "2.12.12"
10+
val scala_212 = "2.12.13"
1111

1212
lazy val http4sServer = "org.http4s" %% "http4s-server" % http4sVersion
1313
lazy val http4sDSL = "org.http4s" %% "http4s-dsl" % http4sVersion

0 commit comments

Comments
 (0)