We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3d39a1 + 793dfa9 commit 01597c6Copy full SHA for 01597c6
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.13.16]
+ scala: [2.13.17]
26
java: [zulu@8]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -3,7 +3,7 @@ version := "0.1.0-SNAPSHOT"
3
4
description := "An example GraphQL server written with akka-http, circe and sangria."
5
6
-ThisBuild / crossScalaVersions := Seq("2.13.16")
+ThisBuild / crossScalaVersions := Seq("2.13.17")
7
ThisBuild / scalaVersion := crossScalaVersions.value.last
8
ThisBuild / githubWorkflowPublishTargetBranches := List()
9
0 commit comments