Skip to content

Commit 0f8e77e

Browse files
committed
Update Scala to 3.3.7
1 parent 16a1d92 commit 0f8e77e

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.5",
6+
scalaVersion := "3.3.7",
77
scalacOptions ++= Seq(
88
// For reference: https://docs.scala-lang.org/scala3/guides/migration/options-lookup.html
99
"-encoding",

0 commit comments

Comments
 (0)