Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#507)
Browse files Browse the repository at this point in the history
Co-authored-by: Rui Gonçalves <[email protected]>
  • Loading branch information
scala-steward and ruippeixotog authored Sep 6, 2024
1 parent 5eb01d1 commit 528de43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:
scala: ['2.12', '2.13', '3']
include:
- scala: '2.12'
scala-version: 2.12.19
scala-version: 2.12.20
- scala: '2.13'
scala-version: 2.13.14
- scala: '3'
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import ReleaseTransformations._

ThisBuild / organization := "net.ruippeixotog"

ThisBuild / scalaVersion := "2.12.19"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.3")
ThisBuild / scalaVersion := "2.12.20"
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3")

// taken from https://github.com/scala/bug/issues/12632
ThisBuild / libraryDependencySchemes ++= Seq(
Expand Down

0 comments on commit 528de43

Please sign in to comment.