Skip to content

Commit c28847d

Browse files
committed
Update scala-library to 2.13.17
1 parent 5c784e9 commit c28847d

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.12, 3.3.1]
25+
scala: [2.12.18, 2.13.17, 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.12", "3.3.1")
3+
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.17", "3.3.1")
44
ThisBuild / scalaVersion := crossScalaVersions.value.last
55

66
ThisBuild / githubWorkflowPublishTargetBranches := Nil

0 commit comments

Comments
 (0)