From 6faaf4b74d8c44e4d1211a308e43f2e3a3aba1b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 13:37:46 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- .github/workflows/ci.yml | 2 +- build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8556b383..4ef9f577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/build.sbt b/build.sbt index 36db2336..1da8f724 100644 --- a/build.sbt +++ b/build.sbt @@ -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"