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.
2 parents 2663248 + 34ea832 commit b20e9faCopy full SHA for b20e9fa
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.12.18]
+ scala: [2.12.19]
26
java: [temurin@8, temurin@11, temurin@17]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -1,7 +1,7 @@
1
// This build is for this Giter8 template.
2
// To test the template run `g8` or `g8Test` from the sbt session.
3
// See http://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin for more details.
4
-lazy val scalaVersions = Seq("2.12.18")
+lazy val scalaVersions = Seq("2.12.19")
5
lazy val root = project
6
.in(file("."))
7
.settings(
0 commit comments