From 0392bb016f1af03ac4f4af1cfb60ccd688d3bd5f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 Oct 2025 15:47:11 +0000 Subject: [PATCH] Update lightgbm4j to 4.6.0-2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab532b3..cd10974 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ libraryDependencies ++= Seq( "org.slf4j" % "slf4j-simple" % slf4jversion % Test, "org.apache.commons" % "commons-math3" % "3.6.1", "io.github.metarank" %% "cfor" % "0.3", - "io.github.metarank" % "lightgbm4j" % "4.4.0-1", + "io.github.metarank" % "lightgbm4j" % "4.6.0-2", "io.github.metarank" % "xgboost-java" % "2.0.2-1", "com.opencsv" % "opencsv" % "5.9", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",