Skip to content

Commit

Permalink
Update build.sbt (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dickson <[email protected]>
  • Loading branch information
joeldickson authored Sep 19, 2024
1 parent 98bbf6e commit 2c84d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scalatest-listener/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "scala-test-metrics"
organization := "io.agodadev"

// Cross-compile settings
crossScalaVersions := Seq("2.12.19", "2.13.12")
crossScalaVersions := Seq("2.12.19", "2.13.12", "2.13.11")
scalaVersion := "2.13.12"

version := sys.env.get("BUNDLE_VERSION_NUMBER").getOrElse("0.1.0")
Expand Down Expand Up @@ -52,4 +52,4 @@ publishConfiguration := publishConfiguration.value.withOverwrite(true)
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)

// Ensure that the Sonatype bundle includes artifacts for all Scala versions
sonatypeBundleDirectory := (ThisBuild / baseDirectory).value / "target" / "sonatype-staging"
sonatypeBundleDirectory := (ThisBuild / baseDirectory).value / "target" / "sonatype-staging"

0 comments on commit 2c84d91

Please sign in to comment.