From 52f93178bec58617f86cf0b0db3fbc87d3be9274 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 01:01:54 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 670e60e..8671085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.5.1, 2.13.14] + scala: [3.5.1, 2.13.15] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -65,7 +65,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14] + scala: [2.13.15] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 15f7e14..7b1419c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ inThisBuild(List( - crossScalaVersions := Seq("3.5.1", "2.13.14"), + crossScalaVersions := Seq("3.5.1", "2.13.15"), scalaVersion := crossScalaVersions.value.last, organization := "io.github.nafg.slick-migration-api" ))