Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Update scala-library to 2.12.18 #199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8, 2.12.16]
scala: [2.13.8, 2.12.18]
java: [temurin@11]
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 @@ val username = "RustedBones"
val repo = "akka-http-scalapb"

// for sbt-github-actions
ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.16")
ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.18")
ThisBuild / scalaVersion := crossScalaVersions.value.head
ThisBuild / githubWorkflowBuild := Seq(
WorkflowStep.Sbt(name = Some("Check project"), commands = List("scalafmtCheckAll", "headerCheckAll")),
Expand Down