From 7b800e132e676628c4bb8780b4155871bf8e0f82 Mon Sep 17 00:00:00 2001 From: jaguililla Date: Fri, 12 Apr 2024 17:47:00 +0200 Subject: [PATCH] Update dependencies --- README.md | 2 +- build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 457176d..0716a6f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project has two sides: Here you can see a [3 min quick demo](https://youtu.be/t4aOSJibuzs). > [!NOTE] -> Follow the @hexagon_kt Twitter account to be updated with the improvements on this and other +> Follow the @hexagontk Twitter account to be updated with the improvements on this and other > development tools. ## 💻 Install diff --git a/build.gradle.kts b/build.gradle.kts index e97171d..553dbb9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ val os = getProperty("os.name").lowercase() val hexagonVersion = "3.5.3" val hexagonExtraVersion = "3.4.6" -val vertxVersion = "4.5.6" +val vertxVersion = "4.5.7" val slf4jVersion = "2.0.12" val gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle" @@ -27,7 +27,7 @@ apply(from = "$gradleScripts/application.gradle") apply(from = "$gradleScripts/native.gradle") group = "com.hexagonkt.tools" -version = "0.9.24" +version = "0.9.25" description = "CVs for programmers" if (current() !in setOf(VERSION_17, VERSION_18, VERSION_19, VERSION_20, VERSION_21))