apache / pekko-connectors

Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko.
https://pekko.apache.org/
Apache License 2.0
59 stars 32 forks source link

Use sbt-web 1.5.x despite staying on paradox 0.9.2 #515

Closed mkurz closed 6 months ago

mkurz commented 6 months ago

Same as in

mdedetrich commented 6 months ago

Hmm, tests are failing

mkurz commented 6 months ago

Hmm, tests are failing

Seems this is not related to my pull request. Latest commits in main fail with the same errors:

[error] import javax.jms
[error]        ^

not found: value jms
pjfanning commented 6 months ago

see https://github.com/apache/incubator-pekko-connectors/pull/514

pjfanning commented 6 months ago

I rebased this with the jms build fix