Skip to content

Commit

Permalink
Update scala3-library, ... to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucuma-steward[bot] committed Jan 20, 2025
1 parent fbd70c3 commit 1b1c0c6
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 @@ -35,8 +35,8 @@ val spireVersion = "0.18.0"

Global / onChangedBuildSource := ReloadOnSourceChanges

ThisBuild / scalaVersion := "3.6.2"
ThisBuild / crossScalaVersions := Seq("3.6.2")
ThisBuild / scalaVersion := "3.6.3"
ThisBuild / crossScalaVersions := Seq("3.6.3")
ThisBuild / tlBaseVersion := "0.25"
ThisBuild / tlCiReleaseBranches := Seq("master")
ThisBuild / scalacOptions ++= Seq("-Xmax-inlines", "50") // Hash derivation fails with default of 32
Expand Down

0 comments on commit 1b1c0c6

Please sign in to comment.