File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
113112lazy 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
You can’t perform that action at this time.
0 commit comments