Skip to content

Commit

Permalink
latest.release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Jul 24, 2024
1 parent 6ddc81c commit d97e3c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.0"
id("io.ktor.plugin") version "2.3.11"
id("org.jetbrains.kotlin.jvm") version "latest.release"
id("io.ktor.plugin") version "latest.release"
}

group = "com.github.hummel"
version = "1.0-SNAPSHOT"

dependencies {
implementation("com.mysql:mysql-connector-j:8.4.0")
implementation("com.rabbitmq:amqp-client:5.21.0")
implementation("com.mysql:mysql-connector-j:latest.release")
implementation("com.rabbitmq:amqp-client:latest.release")

implementation("io.ktor:ktor-server-core-jvm")
implementation("io.ktor:ktor-server-freemarker-jvm")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencyResolutionManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "latest.release"
}

0 comments on commit d97e3c2

Please sign in to comment.