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 c8fe4f4 commit e6a238cCopy full SHA for e6a238c
build.sbt
@@ -6,7 +6,7 @@ version := "1.0"
6
7
scalaVersion := "2.13.17"
8
9
-val pekkoVersion = "1.2.1"
+val pekkoVersion = "1.3.0"
10
val pekkoHTTPVersion = "1.3.0"
11
val pekkoConnectorVersion = "1.2.0"
12
val pekkoConnectorKafkaVersion = "1.1.0"
@@ -94,7 +94,7 @@ libraryDependencies ++= Seq(
94
"ca.uhn.hapi" % "hapi-structures-v25" % "2.3",
95
"ca.uhn.hapi" % "hapi-structures-v281" % "2.3",
96
97
- "org.apache.opennlp" % "opennlp-tools" % "2.5.5",
+ "org.apache.opennlp" % "opennlp-tools" % "2.5.6.1",
98
"org.apache.httpcomponents.client5" % "httpclient5" % "5.5",
99
"org.apache.httpcomponents.core5" % "httpcore5" % "5.3.5",
100
"commons-io" % "commons-io" % "2.20.0",
0 commit comments