Skip to content

Commit

Permalink
Remove unused deps, and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Aug 6, 2024
1 parent 98df69f commit 556653e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'com.github.kt3k.coveralls' version '2.8.4'
}

version = '0.2.0'
version = '0.3.0'

repositories {
mavenCentral()
Expand All @@ -13,9 +13,7 @@ repositories {

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
testImplementation 'org.mockito:mockito-core:5.9.0'
// testImplementation 'org.mockito:mockito-inline:5.2.0'
}

allprojects {
Expand Down

0 comments on commit 556653e

Please sign in to comment.