Skip to content

Commit 0863cbe

Browse files
Update scala-library to 2.13.13 (outwatch#769)
Co-authored-by: johannes karoff <[email protected]>
1 parent 2c5c297 commit 0863cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
scalaVersion: ["2.13.12", "3.3.3"]
12+
scalaVersion: ["2.13.13", "3.3.3"]
1313
runs-on: ubuntu-20.04
1414
env:
1515
JAVA_OPTS: -Xms4096M -Xmx4096M -Xss6M

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inThisBuild(
44
Seq(
55
organization := "io.github.outwatch",
66
scalaVersion := crossScalaVersions.value.last,
7-
crossScalaVersions := Seq("2.13.12", "3.3.3"),
7+
crossScalaVersions := Seq("2.13.13", "3.3.3"),
88
licenses += ("Apache 2", url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
99
homepage := Some(url("https://outwatch.github.io/")),
1010
scmInfo := Some(

0 commit comments

Comments
 (0)