Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 26, 2021
1 parent 8c77570 commit cafece5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [1.8, 1.11, 1.14]
scala: [2.12.12, 2.13.4]
scala: [2.12.13, 2.13.4]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [1.14]
scala: [2.12.12, 2.13.4]
scala: [2.12.13, 2.13.4]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [1.14]
scala: [2.12.12, 2.13.4]
scala: [2.12.13, 2.13.4]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
lazy val specs2Version = "4.10.6"

val scala_213 = "2.13.4"
val scala_212 = "2.12.12"
val scala_212 = "2.12.13"

lazy val http4sServer = "org.http4s" %% "http4s-server" % http4sVersion
lazy val http4sDSL = "org.http4s" %% "http4s-dsl" % http4sVersion
Expand Down

0 comments on commit cafece5

Please sign in to comment.