mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 02:49:32 +00:00
Merge branch 'master' into update/swagger-ui-4.14.3
This commit is contained in:
commit
5e83200b50
2
.github/workflows/auto-approve.yml
vendored
2
.github/workflows/auto-approve.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
auto-approve:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: hmarr/auto-approve-action@v2.4.0
|
||||
- uses: hmarr/auto-approve-action@v3.0.0
|
||||
if: github.actor == 'eikek-scala-steward'
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -1,7 +1,7 @@
|
||||
pull_request_rules:
|
||||
- name: assign and label scala-steward's PRs
|
||||
conditions:
|
||||
- author=eikek-scala-steward
|
||||
- author=eikek-scala-steward[bot]
|
||||
actions:
|
||||
assign:
|
||||
users: [eikek]
|
||||
@ -9,7 +9,7 @@ pull_request_rules:
|
||||
add: ["type: dependencies"]
|
||||
- name: automatically merge Scala Steward PRs on CI success
|
||||
conditions:
|
||||
- author=eikek-scala-steward
|
||||
- author=eikek-scala-steward[bot]
|
||||
- base=master
|
||||
- status-success=ci
|
||||
actions:
|
||||
|
@ -16,7 +16,7 @@ val scalafixSettings = Seq(
|
||||
|
||||
val sharedSettings = Seq(
|
||||
organization := "com.github.eikek",
|
||||
scalaVersion := "2.13.9",
|
||||
scalaVersion := "2.13.10",
|
||||
organizationName := "Eike K. & Contributors",
|
||||
licenses += ("AGPL-3.0-or-later", url(
|
||||
"https://spdx.org/licenses/AGPL-3.0-or-later.html"
|
||||
|
@ -50,7 +50,7 @@ object Dependencies {
|
||||
val TikaVersion = "2.5.0"
|
||||
val YamuscaVersion = "0.9.0"
|
||||
val SwaggerUIVersion = "4.14.2"
|
||||
val TestContainerVersion = "0.40.10"
|
||||
val TestContainerVersion = "0.40.11"
|
||||
val TwelveMonkeysVersion = "3.8.3"
|
||||
val JQueryVersion = "3.5.1"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.3")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
|
||||
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.9.0")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
|
||||
|
Loading…
x
Reference in New Issue
Block a user