Skip to content

Commit

Permalink
Merge pull request #294 from gemini-hlsw/update/scala3-library-3.5.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.5.1
  • Loading branch information
mergify[bot] authored Sep 20, 2024
2 parents b3ea341 + 017c10f commit 8eb4737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ enablePlugins(NoPublishPlugin)

ThisBuild / tlVersionIntroduced := Map("3" -> "0.3.3")
ThisBuild / tlBaseVersion := "0.8"
ThisBuild / scalaVersion := "3.5.0"
ThisBuild / crossScalaVersions := Seq("3.5.0")
ThisBuild / scalaVersion := "3.5.1"
ThisBuild / crossScalaVersions := Seq("3.5.1")

// Tests work fine in parallel but the output get interleaved, which can be confusing.
// It's fast so there's no harm doing them sequentially here.
Expand Down

0 comments on commit 8eb4737

Please sign in to comment.