From b9a1319214e8efdfe2af737236e7ce6d45f08fc2 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 22 Jan 2018 14:28:13 -0800 Subject: Include swagger UI in core These changes centralize the location of the swagger UI web files. The git attributes instruct GitHub to treat the web files as vendored code, as to not be included in the project code statistics. See https://github.com/github/linguist for a more detailed explanation. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 775da1b..0b7fa57 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val core = (project in file(".")) "org.scalatest" %% "scalatest" % "3.0.2" % "test", "org.scalacheck" %% "scalacheck" % "1.13.4" % "test", "org.mockito" % "mockito-core" % "1.9.5" % "test", - "com.github.swagger-akka-http" %% "swagger-akka-http" % "0.9.2", + "com.github.swagger-akka-http" %% "swagger-akka-http" % "0.11.2", "com.amazonaws" % "aws-java-sdk-s3" % "1.11.26", "com.google.cloud" % "google-cloud-pubsub" % "0.25.0-beta", "com.google.cloud" % "google-cloud-storage" % "1.7.0", -- cgit v1.2.3