Skip to content

Commit

Permalink
Merge pull request #306 from davenverse/scala3LTS
Browse files Browse the repository at this point in the history
Scala 3 should use LTS rather than 3.4
  • Loading branch information
ChristopherDavenport authored Jul 19, 2024
2 parents 205a507 + a2b6ebd commit 8a7a624
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 @@ -7,7 +7,7 @@ val log4catsV = "2.7.0"

ThisBuild / tlBaseVersion := "0.0"
ThisBuild / tlSonatypeUseLegacyHost := true
ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.14", "3.4.2")
ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.14", "3.3.3")

ThisBuild / organization := "io.chrisdavenport"
ThisBuild / organizationName := "Christopher Davenport"
Expand Down

0 comments on commit 8a7a624

Please sign in to comment.