Skip to content

Commit 89a2415

Browse files
authored
Merge pull request #81 from haskell-servant/maksbotan/bump-versions
Bump swagger-ui, bump versions Fixes #80 Fixes #78 Fixes #79
2 parents b284bd9 + cd9daa5 commit 89a2415

File tree

20 files changed

+177
-238
lines changed

20 files changed

+177
-238
lines changed

.travis.yml

Lines changed: 40 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
#
33
# haskell-ci '--output' '.travis.yml' '--config=cabal.haskell-ci' 'cabal.project'
44
#
5+
# To regenerate the script (for example after adjusting tested-with) run
6+
#
7+
# haskell-ci regenerate
8+
#
59
# For more information, see https://github.com/haskell-CI/haskell-ci
610
#
7-
# version: 0.9.20200121
11+
# version: 0.10.3
812
#
913
version: ~> 1.0
1014
language: c
@@ -32,26 +36,23 @@ before_cache:
3236
- rm -rfv $CABALHOME/packages/head.hackage
3337
jobs:
3438
include:
35-
- compiler: ghc-8.8.1
36-
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
39+
- compiler: ghc-8.10.2
40+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.10.2","cabal-install-3.2"]}}
41+
os: linux
42+
- compiler: ghc-8.8.4
43+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.8.4","cabal-install-3.2"]}}
3744
os: linux
3845
- compiler: ghc-8.6.5
39-
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.6.5","cabal-install-3.0"]}}
46+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.6.5","cabal-install-3.2"]}}
4047
os: linux
4148
- compiler: ghc-8.4.4
42-
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.4.4","cabal-install-3.0"]}}
49+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.4.4","cabal-install-3.2"]}}
4350
os: linux
4451
- compiler: ghc-8.2.2
45-
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.2.2","cabal-install-3.0"]}}
52+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.2.2","cabal-install-3.2"]}}
4653
os: linux
4754
- compiler: ghc-8.0.2
48-
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.0.2","cabal-install-3.0"]}}
49-
os: linux
50-
- compiler: ghc-7.10.3
51-
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.10.3","cabal-install-3.0"]}}
52-
os: linux
53-
- compiler: ghc-7.8.4
54-
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.8.4","cabal-install-3.0"]}}
55+
addons: {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-8.0.2","cabal-install-3.2"]}}
5556
os: linux
5657
before_install:
5758
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
@@ -105,6 +106,16 @@ install:
105106
echo "packages: servant-swagger-ui-example" >> cabal.project
106107
echo "packages: servant-swagger-ui-jensoleg" >> cabal.project
107108
echo "packages: servant-swagger-ui-redoc" >> cabal.project
109+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui' >> cabal.project ; fi
110+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
111+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui-core' >> cabal.project ; fi
112+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
113+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui-example' >> cabal.project ; fi
114+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
115+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui-jensoleg' >> cabal.project ; fi
116+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
117+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui-redoc' >> cabal.project ; fi
118+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
108119
- |
109120
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(servant-swagger-ui|servant-swagger-ui-core|servant-swagger-ui-example|servant-swagger-ui-jensoleg|servant-swagger-ui-redoc)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
110121
- cat cabal.project || true
@@ -117,8 +128,8 @@ install:
117128
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH}
118129
- "cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
119130
- rm cabal.project.freeze
120-
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} --dep -j2 all
121-
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --dep -j2 all
131+
- travis_wait 40 ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} --dep -j2 all
132+
- travis_wait 40 ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --dep -j2 all
122133
script:
123134
- DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
124135
# Packaging...
@@ -142,6 +153,16 @@ script:
142153
echo "packages: ${PKGDIR_servant_swagger_ui_example}" >> cabal.project
143154
echo "packages: ${PKGDIR_servant_swagger_ui_jensoleg}" >> cabal.project
144155
echo "packages: ${PKGDIR_servant_swagger_ui_redoc}" >> cabal.project
156+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui' >> cabal.project ; fi
157+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
158+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui-core' >> cabal.project ; fi
159+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
160+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui-example' >> cabal.project ; fi
161+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
162+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui-jensoleg' >> cabal.project ; fi
163+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
164+
- if [ $HCNUMVER -ge 80200 ] ; then echo 'package servant-swagger-ui-redoc' >> cabal.project ; fi
165+
- "if [ $HCNUMVER -ge 80200 ] ; then echo ' ghc-options: -Werror=missing-methods' >> cabal.project ; fi"
145166
- |
146167
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(servant-swagger-ui|servant-swagger-ui-core|servant-swagger-ui-example|servant-swagger-ui-jensoleg|servant-swagger-ui-redoc)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
147168
- cat cabal.project || true
@@ -168,11 +189,11 @@ script:
168189
# Constraint set servant-0.14
169190
- if [ $HCNUMVER -lt 80800 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.14.*' all ; fi
170191
# Constraint set servant-0.15
171-
- if [ $HCNUMVER -ge 80000 ] && [ $HCNUMVER -lt 80800 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.15.*' all ; fi
192+
- if [ $HCNUMVER -lt 80800 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.15.*' all ; fi
172193
# Constraint set servant-0.16
173-
- if [ $HCNUMVER -ge 80000 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.16.*' all ; fi
194+
- if [ $HCNUMVER -lt 81000 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.16.*' all ; fi
174195
# Constraint set servant-0.17
175-
- if [ $HCNUMVER -ge 80000 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.17.*' all ; fi
196+
- if [ $HCNUMVER -lt 81000 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.17.*' all ; fi
176197

177-
# REGENDATA ("0.9.20200121",["--output",".travis.yml","--config=cabal.haskell-ci","cabal.project"])
198+
# REGENDATA ("0.10.3",["--output",".travis.yml","--config=cabal.haskell-ci","cabal.project"])
178199
# EOF

servant-swagger-ui-core/servant-swagger-ui-core.cabal

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: servant-swagger-ui-core
33
version: 0.3.3
4-
x-revision: 3
4+
x-revision: 4
55
synopsis: Servant swagger ui core components
66
category: Web, Servant, Swagger
77
description:
@@ -20,13 +20,12 @@ license: BSD3
2020
license-file: LICENSE
2121
build-type: Simple
2222
tested-with:
23-
GHC ==7.8.4
24-
|| ==7.10.3
25-
|| ==8.0.2
23+
GHC ==8.0.2
2624
|| ==8.2.2
2725
|| ==8.4.4
2826
|| ==8.6.5
29-
|| ==8.8.1
27+
|| ==8.8.4
28+
|| ==8.10.2
3029

3130
extra-source-files: Changelog.md
3231

@@ -38,14 +37,14 @@ library
3837
hs-source-dirs: src
3938
ghc-options: -Wall
4039
build-depends:
41-
base >=4.7 && <4.14
40+
base >=4.7 && <4.15
4241
, blaze-markup >=0.7.0.2 && <0.9
4342
, bytestring >=0.10.4.0 && <0.11
4443
, http-media >=0.7.1.3 && <0.9
45-
, servant >=0.14 && <0.18
44+
, servant >=0.14 && <0.19
4645
, servant-blaze >=0.8 && <0.10
47-
, servant-server >=0.14 && <0.18
48-
, swagger2 >=2.3.0.1 && <2.6
46+
, servant-server >=0.14 && <0.19
47+
, swagger2 >=2.3.0.1 && <2.7
4948
, text >=1.2.3.0 && <1.3
5049
, transformers >=0.3 && <0.6
5150
, transformers-compat >=0.3 && <0.7

servant-swagger-ui-example/servant-swagger-ui-example.cabal

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ license: BSD3
1414
license-file: LICENSE
1515
build-type: Simple
1616
tested-with:
17-
GHC ==7.8.4
18-
|| ==7.10.3
19-
|| ==8.0.2
17+
GHC ==8.0.2
2018
|| ==8.2.2
2119
|| ==8.4.4
2220
|| ==8.6.5
23-
|| ==8.8.1
21+
|| ==8.8.4
22+
|| ==8.10.2
2423

2524
source-repository head
2625
type: git
@@ -30,10 +29,10 @@ executable servant-swagger-ui-example
3029
main-is: Main.hs
3130
ghc-options: -threaded
3231
build-depends:
33-
aeson >=0.8.0.2 && <1.5
34-
, base >=4.7 && <4.14
32+
aeson >=0.8.0.2 && <1.6
33+
, base >=4.7 && <4.15
3534
, base-compat >=0.9.3 && <0.12
36-
, lens >=4.7.0.1 && <4.19
35+
, lens >=4.7.0.1 && <4.20
3736
, servant
3837
, servant-server
3938
, servant-swagger

servant-swagger-ui-jensoleg/servant-swagger-ui-jensoleg.cabal

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: servant-swagger-ui-jensoleg
33
version: 0.3.3
4-
x-revision: 3
4+
x-revision: 4
55
synopsis: Servant swagger ui: Jens-Ole Graulund theme
66
category: Web, Servant, Swagger
77
description:
@@ -19,13 +19,12 @@ license: BSD3
1919
license-file: LICENSE
2020
build-type: Simple
2121
tested-with:
22-
GHC ==7.8.4
23-
|| ==7.10.3
24-
|| ==8.0.2
22+
GHC ==8.0.2
2523
|| ==8.2.2
2624
|| ==8.4.4
2725
|| ==8.6.5
28-
|| ==8.8.1
26+
|| ==8.8.4
27+
|| ==8.10.2
2928

3029
extra-source-files:
3130
jensoleg.index.html.tmpl
@@ -87,12 +86,12 @@ library
8786
ghc-options: -Wall
8887
build-depends: servant-swagger-ui-core >=0.3.3 && <0.4
8988
build-depends:
90-
base >=4.7 && <4.14
89+
base >=4.7 && <4.15
9190
, bytestring >=0.10.4.0 && <0.11
9291
, file-embed-lzma >=0 && <0.1
93-
, servant >=0.14 && <0.18
94-
, servant-server >=0.14 && <0.18
95-
, swagger2 >=2.3.0.1 && <2.6
92+
, servant >=0.14 && <0.19
93+
, servant-server >=0.14 && <0.19
94+
, swagger2 >=2.3.0.1 && <2.7
9695
, text >=1.2.3.0 && <1.3
9796

9897
exposed-modules: Servant.Swagger.UI.JensOleG

servant-swagger-ui-redoc/servant-swagger-ui-redoc.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: servant-swagger-ui-redoc
33
version: 0.3.3.1.22.3
4-
x-revision: 2
4+
x-revision: 3
55
synopsis: Servant swagger ui: ReDoc theme
66
category: Web, Servant, Swagger
77
description:
@@ -19,7 +19,7 @@ license: BSD3
1919
license-file: LICENSE
2020
build-type: Simple
2121
tested-with:
22-
GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1
22+
GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
2323

2424
extra-source-files:
2525
redoc-dist-1.22.3/redoc.min.js
@@ -35,12 +35,12 @@ library
3535
ghc-options: -Wall
3636
build-depends: servant-swagger-ui-core >=0.3.3 && <0.4
3737
build-depends:
38-
base >=4.7 && <4.14
38+
base >=4.7 && <4.15
3939
, bytestring >=0.10.4.0 && <0.11
4040
, file-embed-lzma >=0 && <0.1
41-
, servant >=0.14 && <0.18
42-
, servant-server >=0.14 && <0.18
43-
, swagger2 >=2.3.0.1 && <2.6
41+
, servant >=0.14 && <0.19
42+
, servant-server >=0.14 && <0.19
43+
, swagger2 >=2.3.0.1 && <2.7
4444
, text >=1.2.3.0 && <1.3
4545

4646
exposed-modules: Servant.Swagger.UI.ReDoc

servant-swagger-ui/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 0.3.4.3.36.1
2+
- Update to `swagger-ui-3.36.1`
3+
14
- 0.3.4.3.23.11
25
- Update to `swagger-ui-3.23.11`
36

servant-swagger-ui/index.html.tmpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343

4444
<body>
4545
<div id="swagger-ui"></div>
46-
<script src="./swagger-ui-bundle.js"> </script>
47-
<script src="./swagger-ui-standalone-preset.js"> </script>
46+
47+
<script src="./swagger-ui-bundle.js" charset="UTF-8"> </script>
48+
<script src="./swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
4849
<script>
4950
window.onload = function() {
5051
// servant-swagger-ui addition

servant-swagger-ui/servant-swagger-ui.cabal

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 1.12
22
name: servant-swagger-ui
3-
version: 0.3.4.3.23.11
4-
x-revision: 2
3+
version: 0.3.4.3.36.1
54
synopsis: Servant swagger ui
65
category: Web, Servant, Swagger
76
description:
@@ -19,23 +18,23 @@ license: BSD3
1918
license-file: LICENSE
2019
build-type: Simple
2120
tested-with:
22-
GHC ==7.8.4
23-
|| ==7.10.3
24-
|| ==8.0.2
21+
GHC ==8.0.2
2522
|| ==8.2.2
2623
|| ==8.4.4
2724
|| ==8.6.5
28-
|| ==8.8.1
25+
|| ==8.8.4
26+
|| ==8.10.2
2927

3028
extra-source-files:
3129
CHANGELOG.md
3230
index.html.tmpl
33-
swagger-ui-dist-3.23.11/favicon-16x16.png
34-
swagger-ui-dist-3.23.11/favicon-32x32.png
35-
swagger-ui-dist-3.23.11/swagger-ui-bundle.js
36-
swagger-ui-dist-3.23.11/swagger-ui-standalone-preset.js
37-
swagger-ui-dist-3.23.11/swagger-ui.css
38-
swagger-ui-dist-3.23.11/swagger-ui.js
31+
swagger-ui-dist-3.36.1/favicon-16x16.png
32+
swagger-ui-dist-3.36.1/favicon-32x32.png
33+
swagger-ui-dist-3.36.1/oauth2-redirect.html
34+
swagger-ui-dist-3.36.1/swagger-ui-bundle.js
35+
swagger-ui-dist-3.36.1/swagger-ui-standalone-preset.js
36+
swagger-ui-dist-3.36.1/swagger-ui.css
37+
swagger-ui-dist-3.36.1/swagger-ui.js
3938

4039
source-repository head
4140
type: git
@@ -46,12 +45,12 @@ library
4645
ghc-options: -Wall
4746
build-depends: servant-swagger-ui-core >=0.3.3 && <0.4
4847
build-depends:
49-
base >=4.7 && <4.14
48+
base >=4.7 && <4.15
5049
, bytestring >=0.10.4.0 && <0.11
5150
, file-embed-lzma >=0 && <0.1
52-
, servant >=0.14 && <0.18
53-
, servant-server >=0.14 && <0.18
54-
, swagger2 >=2.3.0.1 && <2.6
51+
, servant >=0.14 && <0.19
52+
, servant-server >=0.14 && <0.19
53+
, swagger2 >=2.3.0.1 && <2.7
5554
, text >=1.2.3.0 && <1.3
5655

5756
exposed-modules: Servant.Swagger.UI

servant-swagger-ui/src/Servant/Swagger/UI.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ swaggerUiIndexTemplate :: Text
8787
swaggerUiIndexTemplate = $(embedText "index.html.tmpl")
8888

8989
swaggerUiFiles :: [(FilePath, ByteString)]
90-
swaggerUiFiles = $(embedRecursiveDir "swagger-ui-dist-3.23.11")
90+
swaggerUiFiles = $(embedRecursiveDir "swagger-ui-dist-3.36.1")

servant-swagger-ui/swagger-ui-dist-3.23.11/swagger-ui-bundle.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)