We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69dfa0 commit 673683dCopy full SHA for 673683d
1 file changed
build.sbt
@@ -221,7 +221,7 @@ lazy val chillStorm = module("storm")
221
.settings(
222
crossPaths := false,
223
autoScalaLibrary := false,
224
- libraryDependencies += "org.apache.storm" % "storm-core" % "2.4.0" % "provided"
+ libraryDependencies += "org.apache.storm" % "storm-core" % "2.8.8" % "provided"
225
)
226
.dependsOn(chillJava)
227
0 commit comments