Skip to content

Commit

Permalink
chore: Bump isolation forest to 3.0.4 (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Feb 12, 2024
1 parent 2836cf3 commit 345bad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val extraDependencies = Seq(
"com.jcraft" % "jsch" % "0.1.54",
"org.apache.httpcomponents.client5" % "httpclient5" % "5.1.3",
"org.apache.httpcomponents" % "httpmime" % "4.5.13",
"com.linkedin.isolation-forest" %% "isolation-forest_3.4.1" % "3.0.3"
"com.linkedin.isolation-forest" %% "isolation-forest_3.4.2" % "3.0.4"
exclude("com.google.protobuf", "protobuf-java") exclude("org.apache.spark", "spark-mllib_2.12")
exclude("org.apache.spark", "spark-core_2.12") exclude("org.apache.spark", "spark-avro_2.12")
exclude("org.apache.spark", "spark-sql_2.12"),
Expand Down

0 comments on commit 345bad9

Please sign in to comment.