Skip to content

Commit

Permalink
Merge pull request #134 from Ree6-Applications/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo to v5.9.1
  • Loading branch information
DxsSucuk authored Oct 5, 2022
2 parents 8a2b2ef + e4cd79e commit 66c47d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ repositories {

dependencies {
//Testing stuff
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")

//Discord stuff
implementation("net.dv8tion:JDA:5.0.0-alpha.20")
Expand Down

0 comments on commit 66c47d7

Please sign in to comment.