Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
#1 Upgrade junit deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Nov 13, 2018
1 parent e6ddf54 commit 14fb02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies {
compile 'org.scala-lang:scala-compiler:2.12.4'
compile 'org.scala-lang:scala-library:2.12.4'
testImplementation(
'org.junit.jupiter:junit-jupiter-api:5.1.0'
'org.junit.jupiter:junit-jupiter-api:5.2.0'
)
testRuntimeOnly(
'org.junit.jupiter:junit-jupiter-engine:5.1.0'
'org.junit.jupiter:junit-jupiter-engine:5.2.0'
)
}

Expand Down

0 comments on commit 14fb02a

Please sign in to comment.