Skip to content

Commit

Permalink
Update Scala to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Dec 28, 2024
1 parent 0808534 commit 93c6191
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.3",
scalaVersion := "3.3.4",
scalacOptions ++= Seq(
// For reference: https://docs.scala-lang.org/scala3/guides/migration/options-lookup.html
"-encoding",
Expand Down

0 comments on commit 93c6191

Please sign in to comment.