From 75d4372eac6edc0263637ead0f4f41bf33953d5b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 22:39:02 +0000 Subject: [PATCH] Update storm-core to 2.8.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 755831fe..af4e4f99 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.6" % "provided" ) .dependsOn(chillJava)