From 6d3c8efe0433c5ceeeef8bf58a9844ab3b3a386a Mon Sep 17 00:00:00 2001 From: Khemraj Rathore Date: Fri, 12 Apr 2024 20:11:18 +0530 Subject: [PATCH] Revert "Update build.sbt" This reverts commit dc84418604fd2d2c190cbe64ff297ce30ee1ad0a. --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 3ed64d451..e325e9395 100644 --- a/build.sbt +++ b/build.sbt @@ -7,9 +7,9 @@ ThisBuild / scalaVersion := "3.4.1" ThisBuild / version := sys.env.getOrElse("BUILD_VERSION", "dev-SNAPSHOT") // parsed by project/Versions.scala, updated by updateDependencies.sh -val cpgVersion = "1.6.10" -val joernVersion = "2.0.323" -val overflowdbVersion = "1.190" +val cpgVersion = "1.6.11" +val joernVersion = "2.0.327" +val overflowdbVersion = "1.192" val requests = "0.8.0" val upickle = "3.1.2"