tethys icon indicating copy to clipboard operation
tethys copied to clipboard

Semiauto import conflicts with akka http dsl

Open NikitaMelnikov opened this issue 7 years ago • 0 comments

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 => ...}
}

NikitaMelnikov avatar Dec 06 '17 08:12 NikitaMelnikov