Skip to content

Commit

Permalink
Update scala3-library, ... to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucuma-steward[bot] committed Sep 20, 2024
1 parent 28e17b9 commit 62e8751
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 @@ -27,8 +27,8 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
ThisBuild / tlBaseVersion := "0.48"
ThisBuild / tlCiReleaseBranches := Seq("master", "scala3")

ThisBuild / scalaVersion := "3.4.3"
ThisBuild / crossScalaVersions := Seq("3.4.3")
ThisBuild / scalaVersion := "3.5.1"
ThisBuild / crossScalaVersions := Seq("3.5.1")
ThisBuild / scalacOptions ++= Seq(
"-language:implicitConversions"
)
Expand Down

0 comments on commit 62e8751

Please sign in to comment.