Skip to content

Commit da923cd

Browse files
committed
Specify crossScalaVersions in the build.
1 parent cd1f3ad commit da923cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import sbt.Keys._
22
import org.scalajs.sbtplugin.cross.CrossProject
33

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+
47
val commonSettings: Seq[Setting[_]] = Seq(
58
version := "0.2.2-SNAPSHOT",
69
organization := "org.scala-js",
7-
scalaVersion := "2.11.8",
810
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
911

1012
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

Comments
 (0)