We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a477d3d commit eec3a13Copy full SHA for eec3a13
build.sbt
@@ -29,7 +29,7 @@ val scalac212Opts = baseScalaOpts ++ Seq("-Ypartial-unification")
29
30
lazy val global = {
31
Seq(
32
- scalaVersion := "2.13.10",
+ scalaVersion := "2.13.15",
33
organization := "com.fullfacing",
34
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
35
case Some((2, n)) if n <= 12 => scalac212Opts
0 commit comments