mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
13 lines
368 B
Scala
13 lines
368 B
Scala
organization := ""
|
|
|
|
name := "-client"
|
|
|
|
libraryDependencies ++= Seq(
|
|
"com.wordnik.swagger" %% "swagger-async-httpclient" % "0.3.5",
|
|
"joda-time" % "joda-time" % "2.3",
|
|
"org.joda" % "joda-convert" % "1.3.1",
|
|
"ch.qos.logback" % "logback-classic" % "1.0.13" % "provided",
|
|
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
|
|
"junit" % "junit" % "4.11" % "test"
|
|
)
|