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

Update build.gradle.kts #14

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")
}
}
}
Loading