Skip to content

Commit

Permalink
Revert "Update pulsar-client to 2.5.1"
Browse files Browse the repository at this point in the history
This reverts commit a158fc6.
  • Loading branch information
sksamuel committed Apr 24, 2020
1 parent 4d1e6f5 commit 06ca67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script:
- sudo chmod +x /usr/local/bin/sbt

before_install:
- docker run -d -it -p 6650:6650 -p 8080:8080 -v $PWD/data:/pulsar/data apachepulsar/pulsar:2.5.1 bin/pulsar standalone --advertised-address 127.0.0.1
- docker run -d -it -p 6650:6650 -p 8080:8080 -v $PWD/data:/pulsar/data apachepulsar/pulsar:2.5.0 bin/pulsar standalone --advertised-address 127.0.0.1

jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ val JacksonVersion = "2.9.9"
val Log4jVersion = "2.12.0"
val MonixVersion = "3.1.0"
val PlayJsonVersion = "2.7.4" // compatible with 2.7.x and 2.8.x
val PulsarVersion = "2.5.1"
val PulsarVersion = "2.5.0"
val ReactiveStreamsVersion = "1.0.2"
val Json4sVersion = "3.6.7"
val Avro4sVersion = "3.0.8"
Expand Down

0 comments on commit 06ca67b

Please sign in to comment.