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

Commit 64a09a9

Browse files
committed
Update scala-library to 2.13.12
1 parent 4b7fbae commit 64a09a9

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.8, 2.12.16]
25+
scala: [2.13.12, 2.12.16]
2626
java: [temurin@11]
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 @@ val username = "RustedBones"
33
val repo = "akka-http-scalapb"
44

55
// for sbt-github-actions
6-
ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.16")
6+
ThisBuild / crossScalaVersions := Seq("2.13.12", "2.12.16")
77
ThisBuild / scalaVersion := crossScalaVersions.value.head
88
ThisBuild / githubWorkflowBuild := Seq(
99
WorkflowStep.Sbt(name = Some("Check project"), commands = List("scalafmtCheckAll", "headerCheckAll")),

0 commit comments

Comments
 (0)