openzipkin-contrib / play-zipkin-tracing

Provides distributed tracing for Play Framework and Akka using Zipkin.
Apache License 2.0
48 stars 19 forks source link

Releases after 1.2.0 #26

Closed austek closed 6 years ago

austek commented 6 years ago

Github releases page has several releases after 1.2.0 but I couldn't find any of them on MC or Sonatype. Are they actually released?

takezoe commented 6 years ago

Do you use Play 2.5 or before? In 1.3.0, we dropped support for Play 2.5 and before because it couldn't keep cross build for Scala versions by difference of supproted Scala versions between Play versions.

Currently, we maintain Play 2.6 and Akka support.