Skip to content

Commit 5fd9376

Browse files
committed
Apply scalaModuleSettings to the scala-collection-migrations module
1 parent 40688b9 commit 5fd9376

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
@@ -48,7 +48,6 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform)(
4848
.settings(
4949
name := "scala-collection-compat",
5050
moduleName := "scala-collection-compat",
51-
version := "0.2.0-SNAPSHOT",
5251
scalacOptions ++= Seq("-feature", "-language:higherKinds", "-language:implicitConversions"),
5352
unmanagedSourceDirectories in Compile += {
5453
val sharedSourceDir = (baseDirectory in ThisBuild).value / "compat/src/main"
@@ -136,10 +135,10 @@ lazy val `binary-compat` = project
136135

137136
lazy val `scalafix-rules` = project
138137
.in(file("scalafix/rules"))
138+
.settings(scalaModuleSettings)
139139
.settings(
140140
organization := (organization in compat212JVM).value,
141141
publishTo := (publishTo in compat212JVM).value,
142-
version := (version in compat212JVM).value,
143142
name := "scala-collection-migrations",
144143
scalaVersion := scalafixScala212,
145144
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % scalafixVersion

0 commit comments

Comments
 (0)