Skip to content

Commit

Permalink
Remove snapshot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Jun 10, 2024
1 parent 267bd19 commit 32d80bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-sdk/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
object Versions {
const val project = "0.8.10-SNAPSHOT"
const val project = "0.8.10"

const val kotlin = "1.9.10"
const val java = 17
const val avroGenerator = "1.9.1"

const val radarCommons = "1.1.3-SNAPSHOT"
const val radarCommons = "1.1.3"
const val avro = "1.11.3"
const val jackson = "2.16.1"
const val argparse = "0.9.0"
Expand Down

0 comments on commit 32d80bc

Please sign in to comment.