Skip to content

Commit

Permalink
Update scala-library to 2.13.12 (#734)
Browse files Browse the repository at this point in the history
Co-authored-by: johannes karoff <johannes@karoff.net>
  • Loading branch information
scala-steward and cornerman committed Sep 25, 2023
1 parent 1bedc54 commit 19faa5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.13.10", "3.3.1"]
scalaVersion: ["2.13.12", "3.3.1"]
runs-on: ubuntu-20.04
env:
JAVA_OPTS: -Xms4096M -Xmx4096M -Xss6M
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inThisBuild(
Seq(
organization := "io.github.outwatch",
scalaVersion := crossScalaVersions.value.last,
crossScalaVersions := Seq("2.13.10", "3.3.1"),
crossScalaVersions := Seq("2.13.12", "3.3.1"),
licenses += ("Apache 2", url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
homepage := Some(url("https://outwatch.github.io/")),
scmInfo := Some(
Expand Down

0 comments on commit 19faa5a

Please sign in to comment.