We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5c297 commit 0863cbeCopy full SHA for 0863cbe
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- scalaVersion: ["2.13.12", "3.3.3"]
+ scalaVersion: ["2.13.13", "3.3.3"]
13
runs-on: ubuntu-20.04
14
env:
15
JAVA_OPTS: -Xms4096M -Xmx4096M -Xss6M
build.sbt
@@ -4,7 +4,7 @@ inThisBuild(
4
Seq(
5
organization := "io.github.outwatch",
6
scalaVersion := crossScalaVersions.value.last,
7
- crossScalaVersions := Seq("2.13.12", "3.3.3"),
+ crossScalaVersions := Seq("2.13.13", "3.3.3"),
8
licenses += ("Apache 2", url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
homepage := Some(url("https://outwatch.github.io/")),
scmInfo := Some(
0 commit comments