Skip to content

Commit 1b143c1

Browse files
committed
Update storm-core to 2.8.4
1 parent f69dfa0 commit 1b143c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ lazy val chillStorm = module("storm")
221221
.settings(
222222
crossPaths := false,
223223
autoScalaLibrary := false,
224-
libraryDependencies += "org.apache.storm" % "storm-core" % "2.4.0" % "provided"
224+
libraryDependencies += "org.apache.storm" % "storm-core" % "2.8.4" % "provided"
225225
)
226226
.dependsOn(chillJava)
227227

0 commit comments

Comments
 (0)