Updated external library versions to support gradle 8 (#1040)

This commit is contained in:
Izumi Kawashima
2023-05-08 18:16:23 +03:00
committed by GitHub
parent 72a93a0cc0
commit 1ee201a41f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.15'
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.19'
}
}