Skip to content

Commit

Permalink
Update Scala to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Jan 29, 2025
1 parent 4c5643b commit fc53676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt.Keys.*
object Settings {
val common = Seq(
organization := "io.github.leviysoft",
scalaVersion := "3.3.4",
scalaVersion := "3.3.5",
scalacOptions ++= Seq(
// For reference: https://docs.scala-lang.org/scala3/guides/migration/options-lookup.html
"-encoding",
Expand Down

0 comments on commit fc53676

Please sign in to comment.