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

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

The newest version!
version := "{{artifactVersion}}"
name := "{{artifactId}}"
organization := "{{groupId}}"
scalaVersion := "2.13.16"

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

scalacOptions ++= Seq(
  "-deprecation",
  "-feature",
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy