Skip to content

Commit 82908a3

Browse files
authored
APIS-6913: Fix error when viewing API Documentation (#497)
1 parent dd45d81 commit 82908a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/AppDependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object AppDependencies {
1010
lazy val jacksonDatabindVersion = "2.10.5.1"
1111
lazy val jacksonVersion = "2.10.5"
1212
lazy val commonDomainVersion = "0.13.0"
13-
lazy val apiDomainVersion = "0.15.0"
13+
lazy val apiDomainVersion = "0.14.0" // TODO The ApiPlatformMicroserviceConnector fails when viewing API Documentation with version 0.15.0
1414

1515
lazy val compile = Seq(
1616
ws,

0 commit comments

Comments
 (0)