Skip to content

Commit 8e11b92

Browse files
committed
Update pulsar to 1.19.5
1 parent a7acd5e commit 8e11b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lazy val core = project
3535
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
3636
"dev.zio" %% "zio-test-junit" % zioVersion % Test,
3737
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
38-
"org.testcontainers" % "pulsar" % "1.16.3" % Test,
38+
"org.testcontainers" % "pulsar" % "1.19.5" % Test,
3939
"com.dimafeng" %% "testcontainers-scala-pulsar" % "0.40.1" % Test
4040
),
4141
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))

0 commit comments

Comments
 (0)