We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c34bea commit a743919Copy full SHA for a743919
build.sbt
@@ -138,8 +138,8 @@ lazy val bedrock = project
138
// Redirect slf4j to airframe-log
139
"org.slf4j" % "slf4j-jdk14" % "2.0.17",
140
// Add langchain4j as a reference implementation
141
- "dev.langchain4j" % "langchain4j" % "1.7.0" % Test,
142
- "dev.langchain4j" % "langchain4j-bedrock" % "1.7.0" % Test
+ "dev.langchain4j" % "langchain4j" % "1.7.1" % Test,
+ "dev.langchain4j" % "langchain4j-bedrock" % "1.7.1" % Test
143
)
144
145
.dependsOn(agent)
0 commit comments