Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 28, 2024
1 parent 0db43b4 commit 3c1e26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- scala: '2.12'
scala-version: 2.12.18
- scala: '2.13'
scala-version: 2.13.12
scala-version: 2.13.13
- scala: '3'
scala-version: 3.3.1

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -3,7 +3,7 @@ import ReleaseTransformations._
ThisBuild / organization := "net.ruippeixotog"

ThisBuild / scalaVersion := "2.12.18"
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1")
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.13", "3.3.1")

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

0 comments on commit 3c1e26f

Please sign in to comment.