We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e67b5b commit f20d863Copy full SHA for f20d863
poem-demo/build.sbt
@@ -67,7 +67,7 @@ libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-structures-dstu3" % "8.4.
67
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-structures-dstu2" % "8.4.0"
68
69
// https://mvnrepository.com/artifact/com.openai/openai-java
70
-libraryDependencies += "com.openai" % "openai-java" % "4.2.0"
+libraryDependencies += "com.openai" % "openai-java" % "4.3.0"
71
72
// https://mvnrepository.com/artifact/org.json/json
73
libraryDependencies += "org.json" % "json" % "20250517"
0 commit comments