We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44753f2 commit 487843cCopy full SHA for 487843c
build.sbt
@@ -38,11 +38,11 @@ lazy val root = (project in file("."))
38
// https://github.com/confluentinc/schema-registry/blob/master/pom.xml
39
libraryDependencies ++= Seq(
40
"org.apache.kafka" %% "kafka" % "3.2.3",
41
- "io.cucumber" %% "cucumber-scala" % "8.26.0",
+ "io.cucumber" %% "cucumber-scala" % "8.26.1",
42
"org.scalatest" %% "scalatest" % "3.2.19",
43
"com.typesafe" % "config" % "1.4.3",
44
- "io.gatling" % "gatling-jsonpath" % "3.13.3",
45
- "com.lihaoyi" %% "os-lib" % "0.11.3",
+ "io.gatling" % "gatling-jsonpath" % "3.13.4",
+ "com.lihaoyi" %% "os-lib" % "0.11.4",
46
"ch.qos.logback" % "logback-classic" % "1.5.16" % Runtime,
47
"dev.zio" %% "zio" % zioVersion,
48
"dev.zio" %% "zio-streams" % zioVersion,
0 commit comments