diff --git a/build.sbt b/build.sbt index 755831fe..54cfc49a 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.6.2" % "provided" ) .dependsOn(chillJava)