Skip to content

Commit

Permalink
try fixing broken sbt-scoverage ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Aug 23, 2024
1 parent 44bc59c commit 44ac487
Showing 1 changed file with 1 addition and 1 deletion.
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.0.2"
scalaVersion := "3.3.3"
crossScalaVersions := Seq("2.13.14", "3.3.3", "3.4.3", "3.5.0")
crossScalaVersions := Seq("2.13.9", "2.13.14", "3.3.3", "3.4.3", "3.5.0")

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

0 comments on commit 44ac487

Please sign in to comment.