We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5643b commit fc53676Copy full SHA for fc53676
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.4",
+ scalaVersion := "3.3.5",
7
scalacOptions ++= Seq(
8
// For reference: https://docs.scala-lang.org/scala3/guides/migration/options-lookup.html
9
"-encoding",
0 commit comments