From 679b29611bd182a01501a5473108c85e84823a4d Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Thu, 19 Dec 2024 15:45:54 +0000 Subject: [PATCH] update to vodml plugin 0.5.13 --- build.gradle.kts | 6 +++--- mkdocs_template.yml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e1051d1..d7f689d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { @@ -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") } diff --git a/mkdocs_template.yml b/mkdocs_template.yml index f2310c0..4f0b9b6 100644 --- a/mkdocs_template.yml +++ b/mkdocs_template.yml @@ -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