From 979a0870a61224b8edb04d3d5f00571cc7007277 Mon Sep 17 00:00:00 2001 From: Pandurang Patil <5101898+pandurangpatil@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:58:26 +0530 Subject: [PATCH] le version update (#1076) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a7cbfdbf9..4b907c5ac 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ ThisBuild / version := sys.env.getOrElse("BUILD_VERSION", "dev-SNAPSHOT") // parsed by project/Versions.scala, updated by updateDependencies.sh val cpgVersion = "1.6.11" -val joernVersion = "2.0.330" +val joernVersion = "2.0.339" val overflowdbVersion = "1.192" val requests = "0.8.0" val upickle = "3.1.2" @@ -17,7 +17,7 @@ val upickle = "3.1.2" val circeVersion = "0.14.2" val jacksonVersion = "2.17.0" val mockitoVersion = "1.17.14" -val goAstGenVersion = "0.12.0" +val goAstGenVersion = "0.14.0" val dotnetAstGenVersion = "0.34.0" lazy val schema = Projects.schema