Cats Instances for Java Time
Cats Instances for Scalacheck
Cats Instances for Java Time
Cats Instances for Scalacheck
| // This enables kind projector (https://github.com/typelevel/kind-projector) in a Gradle build. | |
| // Versions used: Gradle 6.0.1, Scala 2.13.1. | |
| ext { | |
| scalaVersionFull = '2.13.1' | |
| scalaVersion = '2.13' | |
| } | |
| configurations { | |
| kindProjectorPlugin |
| package akkahttptest | |
| import akka.actor.ActorSystem | |
| import akka.http.Http | |
| import akka.stream.FlowMaterializer | |
| import akka.http.server._ | |
| import akka.http.marshalling.PredefinedToResponseMarshallers._ | |
| import akka.stream.scaladsl.{HeadSink, Source} | |
| object Proxy extends App { |