tethys
tethys copied to clipboard
Semiauto import conflicts with akka http dsl
When I use akka routing with typed query-parameters and tethys.derivation.semiauto._
import in the scope I get the conflict with ReaderFieldStringOps.as[A]
path("foo") {
parameter('bar.as[String]) {bar => ...}
}