We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa4394 commit 1870b2eCopy full SHA for 1870b2e
build.sbt
@@ -6,6 +6,7 @@ enablePlugins(LaikaPlugin)
6
7
val sharedSettings = Seq(
8
scalaVersion := "2.12.8",
9
+ crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0"),
10
scalacOptions ++= Seq( // from: https://tpolecat.github.io/2017/04/25/scalac-flags.html
11
"-deprecation", // Emit warning and location for usages of deprecated APIs.
12
"-encoding",
0 commit comments