diff --git a/docs/Integration.md b/docs/Integration.md index cc2bcfba..291578a9 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -55,7 +55,7 @@ implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-osx' implementation 'org.mapsforge:vtm-desktop:[CURRENT-VERSION]:natives-windows' implementation 'com.badlogicgames.gdx:gdx:1.9.10' implementation 'com.badlogicgames.gdx:gdx-platform:1.9.10:natives-desktop' -implementation 'com.formdev:svgSalamander:1.1.2.4' +implementation 'com.formdev:svgSalamander:1.1.3' ``` ### Desktop (LWJGL) diff --git a/vtm-desktop/build.gradle b/vtm-desktop/build.gradle index 89df74ee..d8f446bc 100644 --- a/vtm-desktop/build.gradle +++ b/vtm-desktop/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven-publish' dependencies { api project(':vtm-gdx') - api 'com.formdev:svgSalamander:1.1.2.4' + api 'com.formdev:svgSalamander:1.1.3' } sourceSets {