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 d5f0818 commit e2ec6f1Copy full SHA for e2ec6f1
build.sbt
@@ -5,7 +5,8 @@ inThisBuild(Def.settings(
5
version := "0.1-SNAPSHOT",
6
resolvers += "scala-pr" at "https://scala-ci.typesafe.com/artifactory/scala-integration/",
7
crossScalaVersions := Seq("2.12.5", "2.13.0-pre-b11db01", "2.11.12"),
8
- scalaVersion := crossScalaVersions.value.head
+ scalaVersion := crossScalaVersions.value.head,
9
+ scalacOptions ++= Seq("-feature", "-language:higherKinds", "-language:implicitConversions")
10
))
11
12
lazy val `scala-collection-compat` = crossProject(JSPlatform, JVMPlatform)
0 commit comments