Skip to content

Commit

Permalink
Merge pull request #185 from scala-steward/update/catboost-prediction…
Browse files Browse the repository at this point in the history
…-1.2.5

Update catboost-prediction to 1.2.5
  • Loading branch information
shuttie authored Jul 5, 2024
2 parents 1c13fc3 + 510189e commit 9f64915
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 @@ -31,7 +31,7 @@ libraryDependencies ++= Seq(
"com.opencsv" % "opencsv" % "5.9",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"io.github.metarank" % "catboost-train-java" % "1.2.2-1",
"ai.catboost" % "catboost-prediction" % "1.2.3",
"ai.catboost" % "catboost-prediction" % "1.2.5",
"it.unimi.dsi" % "fastutil" % "8.5.13"
)

Expand Down

0 comments on commit 9f64915

Please sign in to comment.