From 644a468f797441ee5a380d944798e096bad2f404 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Jun 2025 23:16:06 +0000 Subject: [PATCH] Update storm-core to 2.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 755831fe..a391914d 100644 --- a/build.sbt +++ b/build.sbt @@ -221,7 +221,7 @@ lazy val chillStorm = module("storm") .settings( crossPaths := false, autoScalaLibrary := false, - libraryDependencies += "org.apache.storm" % "storm-core" % "2.4.0" % "provided" + libraryDependencies += "org.apache.storm" % "storm-core" % "2.8.1" % "provided" ) .dependsOn(chillJava)