Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Jan 18, 2025
1 parent b90ce4e commit 6f387bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.13.15"]
scalaVersion: ["2.13.16"]
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6f387bb

Please sign in to comment.