Skip to content

Commit 87a33d5

Browse files
authored
Merge pull request #176 from scala/fix-rule-build
Apply scalaModuleSettings to the scala-collection-migrations module
2 parents 29af2ab + 24dad34 commit 87a33d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform)(
4040
.settings(
4141
name := "scala-collection-compat",
4242
moduleName := "scala-collection-compat",
43-
version := "0.2.0-SNAPSHOT",
4443
scalacOptions ++= Seq("-feature", "-language:higherKinds", "-language:implicitConversions"),
4544
unmanagedSourceDirectories in Compile += {
4645
val sharedSourceDir = (baseDirectory in ThisBuild).value / "compat/src/main"
@@ -112,10 +111,10 @@ lazy val `binary-compat` = project
112111

113112
lazy val `scalafix-rules` = project
114113
.in(file("scalafix/rules"))
114+
.settings(scalaModuleSettings)
115115
.settings(
116116
organization := (organization in compat212JVM).value,
117117
publishTo := (publishTo in compat212JVM).value,
118-
version := (version in compat212JVM).value,
119118
name := "scala-collection-migrations",
120119
scalaVersion := scalafixScala212,
121120
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % scalafixVersion

0 commit comments

Comments
 (0)