From fd3050bfb4f39e48a033f91b52a1d803d096ba38 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 15 Sep 2020 17:26:15 +0200 Subject: [PATCH] Updated version info --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index fbeab0b4..4486cccd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ object Extras { // set for the project const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 11+" const val group = "com.dorkbox" - const val version = "5.0-beta5" + const val version = "5.0-beta6" // set as project.ext const val name = "Network" @@ -227,7 +227,7 @@ dependencies { // https://github.com/dorkbox implementation("com.dorkbox:Annotations:3.1") implementation("com.dorkbox:MinLog-SLF4J:2.0") - implementation("com.dorkbox:Utilities:1.8") + implementation("com.dorkbox:Utilities:1.8.2") implementation("com.dorkbox:NetworkUtils:1.5") // Caffeine High-throughput Timeout Cache