We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a1d92 commit 0f8e77eCopy full SHA for 0f8e77e
project/Settings.scala
@@ -3,7 +3,7 @@ import sbt.Keys.*
3
object Settings {
4
val common = Seq(
5
organization := "io.github.leviysoft",
6
- scalaVersion := "3.3.5",
+ scalaVersion := "3.3.7",
7
scalacOptions ++= Seq(
8
// For reference: https://docs.scala-lang.org/scala3/guides/migration/options-lookup.html
9
"-encoding",
0 commit comments