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 b90ce4e commit 6f387bbCopy full SHA for 6f387bb
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- scalaVersion: ["2.13.15"]
+ scalaVersion: ["2.13.16"]
14
runs-on: ubuntu-20.04
15
16
steps:
@@ -71,7 +71,7 @@ jobs:
71
72
73
os: [ubuntu-20.04]
74
- scala: [2.13.15]
+ scala: [2.13.16]
75
java: [[email protected]]
76
runs-on: ${{ matrix.os }}
77
build.sbt
@@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
3
inThisBuild(
4
Seq(
5
organization := "io.github.fun-stack",
6
- scalaVersion := "2.13.15",
+ scalaVersion := "2.13.16",
7
licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),
8
homepage := Some(url("https://github.com/fun-stack/fun-stack-scala")),
9
scmInfo := Some(
0 commit comments