Skip to content

Commit

Permalink
swagger-ui 2.2.10 -> 2.2.10-1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Jan 23, 2018
1 parent 87518b1 commit 596e0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -45,7 +45,7 @@ libraryDependencies ++= Seq(
exclude("com.typesafe.scala-logging", "scala-logging_2.11"),
"org.mongodb" %% "casbah" % "2.8.2",
"org.scalaz" %% "scalaz-core" % "7.1.3",
"org.webjars" % "swagger-ui" % "2.2.10",
"org.webjars" % "swagger-ui" % "2.2.10-1",
//---------- Test libraries -------------------//
"io.spray" %% "spray-testkit" % sprayV % Test,
"org.scalatest" %% "scalatest" % "2.2.6" % Test,
Expand Down
Expand Up @@ -89,7 +89,7 @@ class ApiServiceActor(permissionsDataSource: PermissionsDataSource) extends Http
case ValidationRejection(message, cause) :: _ => complete(BadRequest, AgoraException(message=message, cause, BadRequest))
}

private val swaggerUiPath = "META-INF/resources/webjars/swagger-ui/2.2.10"
private val swaggerUiPath = "META-INF/resources/webjars/swagger-ui/2.2.10-1"

val swaggerService = {
path("") {
Expand Down

0 comments on commit 596e0c5

Please sign in to comment.