mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-10 19:00:53 +00:00
10 lines
251 B
Scala
10 lines
251 B
Scala
version := "1.0.0"
|
|
name := "openapi-scala-pekko-http-server"
|
|
organization := "org.openapitools"
|
|
scalaVersion := "2.12.20"
|
|
|
|
libraryDependencies ++= Seq(
|
|
"org.apache.pekko" %% "pekko-stream" % "1.0.3",
|
|
"org.apache.pekko" %% "pekko-http" % "1.1.0"
|
|
)
|