Skip to content

v2.0.0

Compare
Choose a tag to compare
@doriordan doriordan released this 01 Jan 12:12
· 157 commits to master since this release
8cfab5b

This official release of Skuber v2.0.0 brings many important fixes and enhancements over the last supported release (v1.7.1), but primarily reengineers Skuber to use Akka HTTP client rather than Play 2.4 client and brings Scala 2.12 support as well.

To use this release in your (Scala 2.11 or Scala 2.12) application add the following to your sbt build file:

libraryDependencies += "io.skuber" %% "skuber" % "2.0.0"