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

upgrade deps; scala 3.5.2 #5176

Merged
merged 4 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name := "joern"
ThisBuild / organization := "io.joern"
ThisBuild / scalaVersion := "3.4.3"
ThisBuild / scalaVersion := "3.5.2"

val cpgVersion = "1.7.13"
val cpgVersion = "1.7.14"

lazy val joerncli = Projects.joerncli
lazy val querydb = Projects.querydb
Expand Down
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.9.2"
val cask = "0.10.2"
val catsCore = "2.12.0"
val catsEffect = "3.5.4"
val cfr = "0.152"
Expand Down Expand Up @@ -38,7 +38,7 @@ object Versions {
val soot = "4.5.0"
val slf4j = "2.0.7"
val log4j = "2.20.0"
val upickle = "3.3.1"
val upickle = "4.0.2"
val zeroTurnaround = "1.17"

// Shared with `projects/meta-build.sbt`, which needs to be updated there directly
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6
Loading