forked from loafle/openapi-generator-original
formatting
This commit is contained in:
parent
fbc09aa77b
commit
43bc3f5be2
14
build.sbt
14
build.sbt
@ -16,13 +16,13 @@ scalacOptions ++= Seq("-optimize", "-unchecked", "-deprecation", "-Xcheckinit",
|
|||||||
crossScalaVersions := Seq("2.9.0", "2.9.0-1", "2.9.1", "2.9.1-1", "2.9.2", "2.9.3", "2.10.0")
|
crossScalaVersions := Seq("2.9.0", "2.9.0-1", "2.9.1", "2.9.1-1", "2.9.2", "2.9.3", "2.10.0")
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"org.json4s" %% "json4s-jackson" % "3.2.4",
|
"org.json4s" %% "json4s-jackson" % "3.2.4",
|
||||||
"io.backchat.inflector" %% "scala-inflector" % "1.3.5",
|
"io.backchat.inflector" %% "scala-inflector" % "1.3.5",
|
||||||
"commons-io" % "commons-io" % "2.3",
|
"commons-io" % "commons-io" % "2.3",
|
||||||
"ch.qos.logback" % "logback-classic" % "1.0.10" % "provided",
|
"ch.qos.logback" % "logback-classic" % "1.0.10" % "provided",
|
||||||
"org.rogach" %% "scallop" % "0.8.1",
|
"org.rogach" %% "scallop" % "0.8.1",
|
||||||
"junit" % "junit" % "4.11" % "test",
|
"junit" % "junit" % "4.11" % "test",
|
||||||
"org.scalatest" %% "scalatest" % "1.9.1" % "test"
|
"org.scalatest" %% "scalatest" % "1.9.1" % "test"
|
||||||
)
|
)
|
||||||
|
|
||||||
libraryDependencies <+= scalaVersion {
|
libraryDependencies <+= scalaVersion {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user