Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update build.gradle.kts (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper authored Dec 13, 2023
1 parent 91d644c commit 6a07613
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ plugins {

repositories {
mavenCentral()
// OSSRH Snapshots repo
// TODO remove it once we have the proper release
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
}

val restateSdkVersion = "0.0.1-SNAPSHOT"
val restateSdkVersion = "0.6.0"

dependencies {
// Restate SDK
Expand Down Expand Up @@ -62,4 +59,4 @@ application {
} else {
mainClass.set("dev.restate.tour.app.AppMain")
}
}
}

0 comments on commit 6a07613

Please sign in to comment.