Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Mar 14, 2024
1 parent 89fa55f commit 0403f9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.1
0.15.2
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ val ktorVersion: String by project

plugins {
application
id("org.jetbrains.kotlin.jvm") version "1.9.22"
kotlin("plugin.serialization") version "1.9.22"
id("org.jetbrains.kotlin.jvm") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"

id("com.github.johnrengelman.shadow") version "8.1.1"
id("gg.jte.gradle") version "3.1.9"
Expand Down Expand Up @@ -61,7 +61,7 @@ allprojects {
implementation("ch.qos.logback:logback-classic:1.5.1")

// https://github.com/ajalt/clikt
implementation("com.github.ajalt.clikt:clikt:4.2.1")
implementation("com.github.ajalt.clikt:clikt:4.2.2")

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
#

ktorVersion=2.3.8
ktorVersion=2.3.9

#Kotlin
kotlin.code.style=official
Expand Down

0 comments on commit 0403f9a

Please sign in to comment.