Skip to content

Commit

Permalink
Merge pull request #101 from scala-steward/update/scala-compiler-2.13.13
Browse files Browse the repository at this point in the history
Update scala-compiler, scala-library to 2.13.13
  • Loading branch information
sh0hei authored Apr 6, 2024
2 parents e8f9a3b + 4361dd9 commit 8483eb1
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.12]
scala: [2.13.13]
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.12")
ThisBuild / crossScalaVersions := Seq("2.13.13")
ThisBuild / scalaVersion := crossScalaVersions.value.last
ThisBuild / githubWorkflowPublishTargetBranches := List()

Expand Down

0 comments on commit 8483eb1

Please sign in to comment.