Skip to content

Commit 190bbfd

Browse files
Update scala-library to 2.13.18 (#617)
1 parent 8d133fa commit 190bbfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
scala: ['2.13', '3']
1313
include:
1414
- scala: '2.13'
15-
scala-version: 2.13.17
15+
scala-version: 2.13.18
1616
- scala: '3'
1717
scala-version: 3.3.7
1818

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ThisBuild / organization := "net.ruippeixotog"
66
ThisBuild / semanticdbEnabled := true
77
ThisBuild / semanticdbVersion := scalafixSemanticdb.revision
88

9-
ThisBuild / scalaVersion := "2.13.17"
10-
ThisBuild / crossScalaVersions := Seq("2.13.17", "3.3.7")
9+
ThisBuild / scalaVersion := "2.13.18"
10+
ThisBuild / crossScalaVersions := Seq("2.13.18", "3.3.7")
1111

1212
// taken from https://github.com/scala/bug/issues/12632
1313
ThisBuild / libraryDependencySchemes ++= Seq(

0 commit comments

Comments
 (0)