Skip to content

Commit

Permalink
Remove -SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Aug 1, 2024
1 parent d300427 commit c7e9387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@Suppress("ConstPropertyName")
object Versions {
const val project = "4.4.3-SNAPSHOT"
const val project = "4.4.3"

const val java = 17

const val kotlin = "1.9.23"

const val radarCommons = "1.1.2"
const val radarJersey = "0.11.2-SNAPSHOT"
const val radarJersey = "0.11.2"
const val postgresql = "42.6.1"
const val ktor = "2.3.11"
const val jedis = "5.1.3"
Expand Down

0 comments on commit c7e9387

Please sign in to comment.