We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae92a2 commit fda9b93Copy full SHA for fda9b93
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.13.8]
+ scala: [2.13.17]
27
java: [temurin@8, temurin@11]
28
runs-on: ${{ matrix.os }}
29
steps:
build.sbt
@@ -1,7 +1,7 @@
1
ThisBuild / organization := "com.dwolla"
2
ThisBuild / homepage := Some(url("https://github.com/Dwolla/scheduled-maintenance"))
3
ThisBuild / licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
4
-ThisBuild / scalaVersion := "2.13.8"
+ThisBuild / scalaVersion := "2.13.17"
5
ThisBuild / developers := List(
6
Developer(
7
"bpholt",
0 commit comments