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

Commit

Permalink
Update scala-library, scala-reflect to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent 57b8a39 commit 79eac22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.10, 2.12.19]

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.10, 2.12.19]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ enablePlugins(SiteScaladocPlugin)

lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
scalaVersion := "2.12.17",
crossScalaVersions := Seq("2.13.10", "2.12.17")
scalaVersion := "2.12.19",
crossScalaVersions := Seq("2.13.10", "2.12.19")
)

lazy val isAtLeastScala213 = Def.setting {
Expand Down

0 comments on commit 79eac22

Please sign in to comment.