Skip to content

Commit 200b505

Browse files
committed
Update scala-library to 2.13.17
1 parent c343cef commit 200b505

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.16"]
13+
scalaVersion: ["2.13.17"]
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.16]
74+
scala: [2.13.17]
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.16",
6+
scalaVersion := "2.13.17",
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)