From c0488f66273b6fe6e0797caae11716a0e0242a40 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 17:19:20 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- .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 0d4ac88..53c39fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.13.16"] + scalaVersion: ["2.13.18"] runs-on: ubuntu-20.04 steps: @@ -71,7 +71,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - scala: [2.13.16] + scala: [2.13.18] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 6471e4d..f109851 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges inThisBuild( Seq( organization := "io.github.fun-stack", - scalaVersion := "2.13.16", + scalaVersion := "2.13.18", licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/fun-stack/fun-stack-scala")), scmInfo := Some(