Skip to content

Commit

Permalink
Merge branch 'main' into update-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
giurim authored May 20, 2021
2 parents 84d129c + 09ab87c commit 86b5b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
[![Tests](https://github.com/helmethair-co/scalatest-junit-runner/workflows/Test/badge.svg)](https://github.com/helmethair-co/scalatest-junit-runner/actions?query=workflow%3A%22Test%22+branch%3Amain+event%3Apush)
[![codecov](https://codecov.io/gh/helmethair-co/scalatest-junit-runner/branch/main/graph/badge.svg)](https://codecov.io/gh/helmethair-co/scalatest-junit-runner)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/co.helmethair/scalatest-junit-runner/badge.svg)](https://maven-badges.herokuapp.com/maven-central/co.helmethair/scalatest-junit-runner)
[![Bintray](https://img.shields.io/bintray/v/gymora/co.helmethair/co.helmethair:scalatest-junit-runner?maxAge=50000)](https://bintray.com/gymora/co.helmethair/co.helmethair:scalatest-junit-runner/_latestVersion)


[JUnit 5](https://junit.org/junit5/docs/current/user-guide/) runner library for [ScalaTest](http://www.scalatest.org/) tests. It can be used to fully [integrate Scalatest into Gradle](https://www.baeldung.com/junit-5-gradle) (version >= 4.5) and to Maven.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {

dependencies {
val junitPlatformVersion = "1.6.0"
val junitJupiterVersion = "5.7.1"
val junitJupiterVersion = "5.7.2"

val testScalaLibraryVersion = "2.13"
val testScalaVersion = "$testScalaLibraryVersion.4"
Expand All @@ -61,7 +61,7 @@ dependencies {
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3")
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
testImplementation("org.mockito:mockito-core:3.9.0")
testImplementation("org.mockito:mockito-core:3.10.0")
}

sourceSets {
Expand Down

0 comments on commit 86b5b1b

Please sign in to comment.