Skip to content

Commit

Permalink
Update pulsar to 1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 9, 2024
1 parent a7acd5e commit 7d20744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val core = project
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"dev.zio" %% "zio-test-junit" % zioVersion % Test,
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
"org.testcontainers" % "pulsar" % "1.16.3" % Test,
"org.testcontainers" % "pulsar" % "1.19.8" % Test,
"com.dimafeng" %% "testcontainers-scala-pulsar" % "0.40.1" % Test
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
Expand Down

0 comments on commit 7d20744

Please sign in to comment.