Skip to content

Commit

Permalink
update to vodml plugin 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Dec 19, 2024
1 parent 7d350d4 commit 679b296
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
// this plugin provides all the vo-dml functionality
id("net.ivoa.vo-dml.vodmltools") version "0.5.10"
id("net.ivoa.vo-dml.vodmltools") version "0.5.13"
}

vodml {
Expand Down Expand Up @@ -39,8 +39,8 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.12")

testImplementation("org.apache.derby:derby:10.17.1.0")
testImplementation("org.javastro:jaxbjpa-utils:0.1.2")
testImplementation("org.javastro:jaxbjpa-utils:0.1.2:test")
testImplementation("org.javastro:jaxbjpa-utils:0.2.3")
testImplementation("org.javastro:jaxbjpa-utils:0.2.3:test")
}


Expand Down
3 changes: 3 additions & 0 deletions mkdocs_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ markdown_extensions:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Introduction: index.md
- Schema: schema.md
Expand Down

0 comments on commit 679b296

Please sign in to comment.