mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Merge branch 'master' into update/swagger-ui-4.5.0
This commit is contained in:
commit
986e0fadf6
@ -1,4 +1,4 @@
|
|||||||
version = "3.4.0"
|
version = "3.4.1"
|
||||||
|
|
||||||
preset = default
|
preset = default
|
||||||
align.preset = some
|
align.preset = some
|
||||||
|
@ -962,8 +962,8 @@ def createWebjarSource(wj: Seq[ModuleID], out: File): Seq[File] = {
|
|||||||
val fields = wj
|
val fields = wj
|
||||||
.map(m =>
|
.map(m =>
|
||||||
s"""val ${m.name.toLowerCase.filter(c =>
|
s"""val ${m.name.toLowerCase.filter(c =>
|
||||||
!badChars.contains(c)
|
!badChars.contains(c)
|
||||||
)} = "/${m.name}/${m.revision}" """
|
)} = "/${m.name}/${m.revision}" """
|
||||||
)
|
)
|
||||||
.mkString("\n\n")
|
.mkString("\n\n")
|
||||||
val content = s"""package docspell.restserver.webapp
|
val content = s"""package docspell.restserver.webapp
|
||||||
|
@ -45,7 +45,7 @@ object Dependencies {
|
|||||||
val TikaVersion = "2.2.1"
|
val TikaVersion = "2.2.1"
|
||||||
val YamuscaVersion = "0.8.2"
|
val YamuscaVersion = "0.8.2"
|
||||||
val SwaggerUIVersion = "4.4.1-1"
|
val SwaggerUIVersion = "4.4.1-1"
|
||||||
val TestContainerVersion = "0.40.0"
|
val TestContainerVersion = "0.40.1"
|
||||||
val TwelveMonkeysVersion = "3.8.1"
|
val TwelveMonkeysVersion = "3.8.1"
|
||||||
val JQueryVersion = "3.5.1"
|
val JQueryVersion = "3.5.1"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user