From d41d91c00caa5d4666a5eb065218f19476f246b0 Mon Sep 17 00:00:00 2001 From: Keith Alcock Date: Fri, 24 Mar 2023 13:50:58 -0700 Subject: [PATCH] Update builds --- assembly/build.sbt | 2 +- main/build.sbt | 4 ++-- processors/build.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assembly/build.sbt b/assembly/build.sbt index ad3196002..79b275625 100644 --- a/assembly/build.sbt +++ b/assembly/build.sbt @@ -11,7 +11,7 @@ libraryDependencies ++= { val akkaHttpV = "10.0.9" Seq( "org.scalatest" %% "scalatest" % "3.0.1" % "test", - "ai.lum" %% "common" % "0.1.4", + "ai.lum" %% "common" % "0.1.6", "org.json4s" %% "json4s-jackson" % json4sV, // graph-based CSP //"org.choco-solver" % "choco-graph" % "3.3.0", diff --git a/main/build.sbt b/main/build.sbt index 71c0480e3..6486f67e9 100644 --- a/main/build.sbt +++ b/main/build.sbt @@ -4,8 +4,8 @@ libraryDependencies ++= { val luceVer = "5.3.1" Seq( - "ai.lum" %% "nxmlreader" % "0.1.2", - "ai.lum" %% "common" % "0.1.4", + "ai.lum" %% "nxmlreader" % "0.1.4", + "ai.lum" %% "common" % "0.1.6", "commons-io" % "commons-io" % "2.4", "jline" % "jline" % "2.12.1", "com.typesafe" % "config" % "1.3.1", diff --git a/processors/build.sbt b/processors/build.sbt index d7f8f8e0d..a89fb0167 100644 --- a/processors/build.sbt +++ b/processors/build.sbt @@ -13,7 +13,7 @@ libraryDependencies ++= { "org.clulab" %% "processors-main" % procVer, "org.clulab" %% "processors-corenlp" % procVer, - "ai.lum" %% "common" % "0.1.4", + "ai.lum" %% "common" % "0.1.6", // logging "com.typesafe.scala-logging" %% "scala-logging" % "3.7.2",