Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Update scala-library, scala-reflect to 2.13.14 #2687

Open
wants to merge 1 commit into
base: 1.6.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: [2.13.10, 2.12.17]
scala: [2.13.14, 2.12.17]

steps:
- name: Checkout
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: [2.13.10, 2.12.17]
scala: [2.13.14, 2.12.17]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enablePlugins(SiteScaladocPlugin)
lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
scalaVersion := "2.12.17",
crossScalaVersions := Seq("2.13.10", "2.12.17")
crossScalaVersions := Seq("2.13.14", "2.12.17")
)

lazy val isAtLeastScala213 = Def.setting {
Expand Down
Loading