Skip to content

Commit

Permalink
temp use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed May 31, 2024
1 parent d9498da commit ac7be32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ repositories {

dependencies {
implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.0.4'
implementation 'de.unistuttgart.iste.meitrex:gamification_engine:1.0.4a'
implementation('de.unistuttgart.iste.meitrex:gamification_engine') {
version {
branch = 'main'
}
}
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 ac7be32

Please sign in to comment.