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.
crossScalaVersions
1 parent cd1f3ad commit da923cdCopy full SHA for da923cd
build.sbt
@@ -1,10 +1,12 @@
1
import sbt.Keys._
2
import org.scalajs.sbtplugin.cross.CrossProject
3
4
+crossScalaVersions in ThisBuild := Seq("2.11.11", "2.10.6", "2.12.2", "2.13.0-M1")
5
+scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
6
+
7
val commonSettings: Seq[Setting[_]] = Seq(
8
version := "0.2.2-SNAPSHOT",
9
organization := "org.scala-js",
- scalaVersion := "2.11.8",
10
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
11
12
homepage := Some(url(http://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3Ehttp://scala-js.org/%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3E%3C/span%3E)),
0 commit comments