Skip to content

Commit fc53676

Browse files
committed
Update Scala to 3.3.5
1 parent 4c5643b commit fc53676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt.Keys.*
33
object Settings {
44
val common = Seq(
55
organization := "io.github.leviysoft",
6-
scalaVersion := "3.3.4",
6+
scalaVersion := "3.3.5",
77
scalacOptions ++= Seq(
88
// For reference: https://docs.scala-lang.org/scala3/guides/migration/options-lookup.html
99
"-encoding",

0 commit comments

Comments
 (0)