Skip to content

Commit

Permalink
Update scala3-library to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Sep 29, 2024
1 parent ceec42d commit 5a81e3f
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 @@ -2,7 +2,7 @@ ThisBuild / organization := "com.outr"
ThisBuild / version := "1.2.8"

ThisBuild / scalaVersion := "2.13.12"
ThisBuild / crossScalaVersions := List("2.13.12", "3.3.1")
ThisBuild / crossScalaVersions := List("2.13.12", "3.3.4")

ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")

Expand Down

0 comments on commit 5a81e3f

Please sign in to comment.