Skip to content

Commit

Permalink
Merge pull request #104 from scala-steward/update/scala-compiler-2.13.14
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library to 2.13.14
  • Loading branch information
sh0hei authored Sep 20, 2024
2 parents 7cae3c4 + c645baa commit c356e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.13]
scala: [2.13.14]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version := "0.1.0-SNAPSHOT"

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

ThisBuild / crossScalaVersions := Seq("2.13.13")
ThisBuild / crossScalaVersions := Seq("2.13.14")
ThisBuild / scalaVersion := crossScalaVersions.value.last
ThisBuild / githubWorkflowPublishTargetBranches := List()

Expand Down

0 comments on commit c356e6a

Please sign in to comment.