Skip to content

Commit

Permalink
Merge pull request #776 from scala-steward/update/scala-library-2.13.16
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.16
  • Loading branch information
jcazevedo authored Jan 16, 2025
2 parents 34cf182 + 6faaf4b commit a9ce169
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 @@ -19,7 +19,7 @@ jobs:
- scala: '2.12'
scala-version: 2.12.20
- scala: '2.13'
scala-version: 2.13.15
scala-version: 2.13.16

steps:
- name: Checkout repository
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 @@ import xerial.sbt.Sonatype.sonatypeCentralHost

ThisBuild / organization := "com.kevel"

ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15")
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16")
ThisBuild / scalaVersion := "2.13.16"

val javaVersion = "11"

Expand Down

0 comments on commit a9ce169

Please sign in to comment.