Skip to content

Commit 01597c6

Browse files
authored
Merge pull request #158 from scala-steward/update/scala-compiler-2.13.17
Update scala-compiler, scala-library to 2.13.17
2 parents e3d39a1 + 793dfa9 commit 01597c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.13.16]
25+
scala: [2.13.17]
2626
java: [zulu@8]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version := "0.1.0-SNAPSHOT"
33

44
description := "An example GraphQL server written with akka-http, circe and sangria."
55

6-
ThisBuild / crossScalaVersions := Seq("2.13.16")
6+
ThisBuild / crossScalaVersions := Seq("2.13.17")
77
ThisBuild / scalaVersion := crossScalaVersions.value.last
88
ThisBuild / githubWorkflowPublishTargetBranches := List()
99

0 commit comments

Comments
 (0)