Skip to content

Commit

Permalink
fixup! Cross-compile to Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed May 27, 2020
1 parent cb348b0 commit 96dea67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ libraryDependencies ++= Seq(
"org.apache.httpcomponents" % "httpclient" % "4.5.6",
"com.microsoft.ml.lightgbm" % "lightgbmlib" % "2.3.150",
"com.github.vowpalwabbit" % "vw-jni" % "8.7.0.3",
"com.linkedin.isolation-forest" %% "isolation-forest_2.4.3" % "0.3.2",
"com.linkedin.isolation-forest" %% "isolation-forest_2.4.3" % "0.3.3",
"org.apache.spark" %% "spark-avro" % sparkVersion
)
resolvers += "Speech" at "https://mmlspark.blob.core.windows.net/maven/"
resolvers ++= Seq(
"Speech" at "https://mmlspark.blob.core.windows.net/maven/",
"Sonatype OSS" at "https://oss.sonatype.org/service/local/repositories/comlinkedin-1736/content/"
)

fork := true
//noinspection ScalaStyle
Expand Down

0 comments on commit 96dea67

Please sign in to comment.