Skip to content

Commit dfc3914

Browse files
Update scala-library to 2.13.12 (matsluni#221)
Co-authored-by: Matthias Lüneberg <[email protected]>
1 parent 8cae5e2 commit dfc3914

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.12.18, 2.13.11, 3.3.1]
25+
scala: [2.12.18, 2.13.12, 3.3.1]
2626
java: [temurin@8]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ThisBuild / organization := "com.github.matsluni"
22
// https://www.scala-lang.org/download/all.html
3-
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.11", "3.3.1")
3+
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
44
ThisBuild / scalaVersion := crossScalaVersions.value.last
55

66
ThisBuild / githubWorkflowPublishTargetBranches := Nil

0 commit comments

Comments
 (0)