Skip to content

Commit

Permalink
Update storm-core to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 8, 2024
1 parent f69dfa0 commit ce570bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ce570bc

Please sign in to comment.