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 bb1147c commit b7bee20Copy full SHA for b7bee20
.github/workflows/ci.yml
@@ -12,13 +12,13 @@ jobs:
12
strategy:
13
matrix:
14
include:
15
- - scala-version: '2.12.17'
+ - scala-version: '2.12.20'
16
sbt-version: '1.5.5'
17
java-version: 8
18
19
20
java-version: 11
21
22
23
java-version: 17
24
build.sbt
@@ -1,4 +1,4 @@
1
-ThisBuild / scalaVersion := "2.12.17"
+ThisBuild / scalaVersion := "2.12.20"
2
ThisBuild / version := {
3
val orig = (ThisBuild / version).value
4
if (orig.endsWith("-SNAPSHOT")) "0.5.0-SNAPSHOT"
0 commit comments