All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala-akka-http-server.build.sbt.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
version := "{{artifactVersion}}"
name := "{{artifactId}}"
organization := "{{groupId}}"
scalaVersion := "2.12.8"

libraryDependencies ++= Seq({{#useApachePekko}}
  "org.apache.pekko" %% "pekko-stream" % "{{akkaHttpVersion}}",
  "org.apache.pekko" %% "pekko-http" % "{{akkaHttpVersion}}"{{/useApachePekko}}{{^useApachePekko}}
  "com.typesafe.akka" %% "akka-stream" % "2.5.21",
  "com.typesafe.akka" %% "akka-http" % "{{akkaHttpVersion}}"{{/useApachePekko}}
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy