Skip to content

Commit

Permalink
switch to new engine version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Jan 27, 2024
1 parent 79cf913 commit fd631ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ repositories {
}

dependencies {
api(libs.org.openbase.planetsudo)
testImplementation(libs.junit.junit)
implementation(libs.org.openbase.planetsudo.engine)
implementation(kotlin("stdlib-jdk8"))
testImplementation(libs.junit.junit)
}

group = "org.openbase"
Expand Down
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

[versions]
junit-junit = "4.13.1"
org-openbase-planetsudo = "4.0.0-SNAPSHOT"
#org-openbase-planetsudo-engine = "4.0-SNAPSHOT"
org-openbase-planetsudo-engine = "[4.0,4.1-alpha)"

[libraries]
junit-junit = { module = "junit:junit", version.ref = "junit-junit" }
org-openbase-planetsudo = { module = "org.openbase:planetsudo", version.ref = "org-openbase-planetsudo" }
org-openbase-planetsudo-engine = { module = "org.openbase:planetsudo.engine", version.ref = "org-openbase-planetsudo-engine" }

0 comments on commit fd631ac

Please sign in to comment.