Skip to content

Commit

Permalink
Apply scalaModuleSettings to the scala-collection-migrations module
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Oct 23, 2018
1 parent 40688b9 commit 5fd9376
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform)(
.settings(
name := "scala-collection-compat",
moduleName := "scala-collection-compat",
version := "0.2.0-SNAPSHOT",
scalacOptions ++= Seq("-feature", "-language:higherKinds", "-language:implicitConversions"),
unmanagedSourceDirectories in Compile += {
val sharedSourceDir = (baseDirectory in ThisBuild).value / "compat/src/main"
Expand Down Expand Up @@ -136,10 +135,10 @@ lazy val `binary-compat` = project

lazy val `scalafix-rules` = project
.in(file("scalafix/rules"))
.settings(scalaModuleSettings)
.settings(
organization := (organization in compat212JVM).value,
publishTo := (publishTo in compat212JVM).value,
version := (version in compat212JVM).value,
name := "scala-collection-migrations",
scalaVersion := scalafixScala212,
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % scalafixVersion
Expand Down

0 comments on commit 5fd9376

Please sign in to comment.