From e30d386039c2bcf1a8344ab5c4c6d05b9a836b59 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jan 2025 20:42:52 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- .github/workflows/build.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdb679b6..0d4ac88c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.13.15"] + scalaVersion: ["2.13.16"] runs-on: ubuntu-20.04 steps: @@ -71,7 +71,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - scala: [2.13.15] + scala: [2.13.16] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5d7da52e..6471e4da 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges inThisBuild( Seq( organization := "io.github.fun-stack", - scalaVersion := "2.13.15", + scalaVersion := "2.13.16", licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/fun-stack/fun-stack-scala")), scmInfo := Some(