Skip to content

Commit 6f387bb

Browse files
Update scala-library to 2.13.16 (fun-stack#313)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b90ce4e commit 6f387bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
scalaVersion: ["2.13.15"]
13+
scalaVersion: ["2.13.16"]
1414
runs-on: ubuntu-20.04
1515

1616
steps:
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
os: [ubuntu-20.04]
74-
scala: [2.13.15]
74+
scala: [2.13.16]
7575
7676
runs-on: ${{ matrix.os }}
7777
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
33
inThisBuild(
44
Seq(
55
organization := "io.github.fun-stack",
6-
scalaVersion := "2.13.15",
6+
scalaVersion := "2.13.16",
77
licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),
88
homepage := Some(url("https://github.com/fun-stack/fun-stack-scala")),
99
scmInfo := Some(

0 commit comments

Comments
 (0)