Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 28, 2024
1 parent 0db43b4 commit 23f8c0e
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
Expand Up @@ -12,7 +12,7 @@ jobs:
scala: ['2.12', '2.13', '3']
include:
- scala: '2.12'
scala-version: 2.12.18
scala-version: 2.12.19
- scala: '2.13'
scala-version: 2.13.12
- scala: '3'
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -2,8 +2,8 @@ import ReleaseTransformations._

ThisBuild / organization := "net.ruippeixotog"

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

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

0 comments on commit 23f8c0e

Please sign in to comment.