Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed Jun 1, 2024
1 parent 5893c4e commit 8d1f856
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ repositories {

dependencies {
implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.0.4'
implementation('de.unistuttgart.iste.meitrex:gamification_engine') {
version {
branch = 'main'
}
}
implementation 'de.unistuttgart.iste.meitrex:gamification_engine:1.0.4b'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-graphql'
implementation 'org.springframework.boot:spring-boot-starter-validation'
Expand Down

0 comments on commit 8d1f856

Please sign in to comment.