Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Apr 12, 2024
1 parent b615553 commit 7b800e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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))
Expand Down

0 comments on commit 7b800e1

Please sign in to comment.