File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ lazy val scala2_libraries =
382
382
" org.scala-lang.modules" %% " scala-async" % " 1.0.1" ,
383
383
" com.clever-cloud.pulsar4s" %% " pulsar4s-core" % " 2.10.0" ,
384
384
" com.clever-cloud.pulsar4s" %% " pulsar4s-jackson" % " 2.10.0" ,
385
- " org.testcontainers" % " pulsar" % " 1.20.2 " % IntegrationTest ,
385
+ " org.testcontainers" % " pulsar" % " 1.20.3 " % IntegrationTest ,
386
386
" org.apache.kafka" % " kafka-clients" % kafkaVersion,
387
387
" com.fasterxml.jackson.core" % " jackson-databind" % jackSonVersion,
388
388
" com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % jackSonVersion,
@@ -815,4 +815,4 @@ lazy val benchmark = project in file("specialized-benchmark")
815
815
816
816
ThisBuild / libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
817
817
818
- ThisBuild / resolvers += " Akka dependencies" at " https://repo.akka.io/maven/"
818
+ ThisBuild / resolvers += " Akka dependencies" at " https://repo.akka.io/maven/"
You can’t perform that action at this time.
0 commit comments