From d0b43f63a187bc3dec1e843e7fef05ae593521d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 May 2025 18:33:49 +0000 Subject: [PATCH] Update langchain4j, langchain4j-open-ai to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be8642f8..98bf781a 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val gatlingVersion = "3.13.5" val circeVersion = "0.14.8" // https://github.com/langchain4j/langchain4j/issues/2955 -val langchain4jVersion = "1.0.0" +val langchain4jVersion = "1.0.1" libraryDependencies ++= Seq( "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0",