Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent 68737de commit 80d23be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
scala: ['2.13', '3.3', '3.4', '3.5']
include:
- scala: '2.13'
scala-version: 2.13.9
scala-version: 2.13.15
- scala: '3.3'
scala-version: 3.3.3 # LTS
- scala: '3.4'
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "com.github.carueda"
name := "tscfg"
version := "1.1.4"
scalaVersion := "3.3.3"
crossScalaVersions := Seq("2.13.9", "3.3.3")
crossScalaVersions := Seq("2.13.15", "3.3.3")

buildInfoKeys := Seq[BuildInfoKey](version)
buildInfoPackage := "tscfg"
Expand Down

0 comments on commit 80d23be

Please sign in to comment.