From 04291707e168c2034c9ad36c4ba7e22316f7ff63 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 Feb 2024 01:22:56 +0000 Subject: [PATCH] Update spark-mllib to 3.5.1 in staging --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccc65cf9..d9935723 100644 --- a/build.sbt +++ b/build.sbt @@ -90,7 +90,7 @@ val monovoreDeclineVersion = "2.4.1" val odelayVersion = "0.4.0" val scalaParserCombinatorsVersion = "2.3.0" val scalaXmlVersion = "2.2.0" -val sparkMLLibVersion = "3.5.0" +val sparkMLLibVersion = "3.5.1" val sttpVersion = "3.9.3" val testContainersScalaVersion = "0.41.3" val wireMockVersion = "3.0.1"