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.
2 parents 67dac79 + bc64085 commit 8b34b8dCopy full SHA for 8b34b8d
build.sbt
@@ -38,6 +38,7 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform)("compat",
38
.jvmSettings(scalaModuleSettingsJVM)
39
.settings(
40
name := "scala-collection-compat",
41
+ moduleName := "scala-collection-compat",
42
version := "0.2.0-SNAPSHOT",
43
scalacOptions ++= Seq("-feature", "-language:higherKinds", "-language:implicitConversions"),
44
unmanagedSourceDirectories in Compile += {
0 commit comments