Skip to content

Commit

Permalink
Update package compdatibilty of dashboar
Browse files Browse the repository at this point in the history
  • Loading branch information
neelsmith committed Oct 29, 2023
1 parent c756337 commit b1027f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions dashboard/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Orthography = "0b4c9448-09b0-4e78-95ea-3eb3328be36d"

[compat]
CitableBase = "10"
CitableCorpus = "0.12"
CitableImage = "0.6"
CitableObject = "0.15"
CitableCorpus = "0.13"
CitableImage = "0.7"
CitableObject = "0.16"
CitablePhysicalText = "0.9"
CitableTeiReaders = "0.8"
CitableText = "0.15"
CitableTeiReaders = "0.10"
CitableText = "0.16"
Dash = "1"
EditionBuilders = "0.7"
EditorsRepo = "0.17"
Orthography = "0.16"
EditionBuilders = "0.8"
EditorsRepo = "0.18"
Orthography = "0.21"
2 changes: 1 addition & 1 deletion dashboard/validatordashboard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Pkg
Pkg.activate(joinpath(pwd(), "dashboard"))
Pkg.instantiate()

DASHBOARD_VERSION = "0.17.0"
DASHBOARD_VERSION = "0.17.1"

using Dash
using CitableBase
Expand Down

0 comments on commit b1027f1

Please sign in to comment.