commit f11653ded54a401c2a64538dd8a078b99e728dd6
parent e59182e54d31b7bcbf5042c796facb7d361a06b4
Author: MS <ms@taler.net>
Date: Fri, 15 Jul 2022 15:18:47 +0200
upgrade exposed
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sandbox/build.gradle b/sandbox/build.gradle
@@ -41,7 +41,7 @@ sourceSets {
}
def ktor_version = '1.6.1'
-def exposed_version = '0.32.1'
+def exposed_version = '0.38.2'
dependencies {
implementation "com.hubspot.jinjava:jinjava:2.5.9"
@@ -82,7 +82,6 @@ application {
applicationDefaultJvmArgs = ['-Djava.net.preferIPv6Addresses=true']
}
-
jar {
manifest {
attributes "Main-Class": "tech.libeufin.sandbox.MainKt"