Skip to content

Commit

Permalink
fix joern server by upgrading to the latest cask and repl (#5211)
Browse files Browse the repository at this point in the history
resolves #5195
  • Loading branch information
mpollmeier authored Jan 8, 2025
1 parent 937c2ff commit bf1cda8
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit bf1cda8

Please sign in to comment.