From da030cc6f581344e0f4fd80f2b23dd14d2a9cdd7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Apr 2025 18:17:16 +0000 Subject: [PATCH] Update catboost-prediction to 1.2.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab532b3..a2e02f9 100644 --- a/build.sbt +++ b/build.sbt @@ -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.5", + "ai.catboost" % "catboost-prediction" % "1.2.8", "it.unimi.dsi" % "fastutil" % "8.5.13" )