Skip to content

Commit

Permalink
crosscompile to scala 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Dec 23, 2024
1 parent 5eb241d commit 235d26b
Show file tree
Hide file tree
Showing 3 changed files with 6 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.4 # LTS
- scala: '3.4'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2024-12

Unreleased

- crosscompile to scala 2.13.15

1.2.1, 1.2.0

- Resolved #312 "Reflect doc comments in generated code"
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.2.1"
scalaVersion := "3.3.4"
crossScalaVersions := Seq("2.13.9", "3.3.4")
crossScalaVersions := Seq("2.13.15", "3.3.4")

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

0 comments on commit 235d26b

Please sign in to comment.