Skip to content

Commit d00d6b5

Browse files
committed
scala style chnge in build.sbt
1 parent 147a3e4 commit d00d6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ libraryDependencies ++= Seq(
2525
"org.elasticsearch" % "elasticsearch-spark_2.10" % "2.1.2"
2626
exclude("org.apache.spark", "spark-catalyst_2.10")
2727
exclude("org.apache.spark", "spark-sql_2.10"),
28-
"org.json4s" %% "json4s-native" % "3.2.10"
29-
).map(_.exclude("org.apache.lucene","lucene-core")).map(_.exclude("org.apache.lucene","lucene-analyzers-common"))
28+
"org.json4s" %% "json4s-native" % "3.2.10")
29+
.map(_.exclude("org.apache.lucene","lucene-core")).map(_.exclude("org.apache.lucene","lucene-analyzers-common"))
3030

3131
resolvers += Resolver.mavenLocal
3232

0 commit comments

Comments
 (0)