matsluni / aws-spi-akka-http

This is an alternative implementation of the new aws java sdk v2 non-blocking async SPI. It provides an alternative to the built-in Netty implementation based on akka-http.
Apache License 2.0
33 stars 15 forks source link

Scala 2.13 support #3

Closed 2m closed 5 years ago

2m commented 5 years ago

The following dependency libraries are yet to be available for Scala 2.13:


"org.elasticmq" %% "elasticmq-server" % "0.14.1" % "test"
"io.findify"    %% "s3mock"           % "0.2.5"  % "test"
gabfssilva commented 5 years ago

I'll work on #1 (use localstack) in order to remove these dependencies.

matsluni commented 5 years ago

Scala 2.13.0-M5 is available with c5690c0c55b4ff0857ca03b58c9414313392272e and v0.0.5 (soon available on maven central). Support for 2.13.0-RC1 has dependency on https://github.com/testcontainers/testcontainers-scala

2m commented 5 years ago

Thanks a lot! Updated Alpakka connectors: https://github.com/akka/alpakka/pull/1641