Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix joern server by upgrading to the latest cask and repl #5211

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
// Dont upgrade antlr to 4.10 or above since those versions require java 11 or higher which
// causes problems upstreams.
val antlr = "4.7.2"
val cask = "0.10.2"
val cask = "0.9.5" // 0.9.5 is actually the latest release, not 0.10.2 ¯\_(ツ)_/¯ - check the cask git commits...
val catsCore = "2.12.0"
val catsEffect = "3.5.4"
val cfr = "0.152"
Expand All @@ -31,7 +31,7 @@ object Versions {
val requests = "0.8.0"
val scalaParallel = "1.0.4"
val scalaParserCombinators = "2.4.0"
val scalaReplPP = "0.3.8"
val scalaReplPP = "0.3.9"
val scalatest = "3.2.18"
val scopt = "4.1.0"
val semverParser = "0.0.6"
Expand Down
Loading