Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Apr 4, 2022
1 parent c6f108e commit 9a3b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val root = (project in file("."))
.settings(
libraryDependencies ++= Seq("com.github.swagger-akka-http" %% "swagger-akka-http" % "2.7.0",
"org.webjars" % "webjars-locator" % "0.45",
"org.webjars" % "swagger-ui" % "4.10.3",
"org.webjars" % "swagger-ui" % "4.6.2",
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test,
"com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion % Test,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
Expand Down

0 comments on commit 9a3b292

Please sign in to comment.