Skip to content

Commit

Permalink
chore(dependencies): update scala3-library to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 25, 2024
1 parent c3de4e9 commit e855ee5
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 @@ -37,8 +37,8 @@ ThisBuild / credentials += Credentials(
ThisBuild / publishMavenStyle := true

ThisBuild / version := "1.0.0"
ThisBuild / scalaVersion := "3.4.3"
ThisBuild / crossScalaVersions := Seq("3.4.3", "2.13.14", "2.12.19")
ThisBuild / scalaVersion := "3.5.0"
ThisBuild / crossScalaVersions := Seq("3.5.0", "2.13.14", "2.12.19")

usePgpKeyHex("F20744182C3B3EB4FF46C78AB97796F0040A9891")

Expand Down

0 comments on commit e855ee5

Please sign in to comment.