Skip to content

Commit

Permalink
Workaround shazam/shazamcrest#39 not being released
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Mar 13, 2024
1 parent bef0298 commit 59eaf97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Heroku/backend/database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies {
// Except for ComparisonFailure, which is provided by :test-helpers.
exclude(group = libs.test.junit.vintage.get().module.group, module = libs.test.junit.vintage.get().module.name)
}
// TODEL https://github.com/shazam/shazamcrest/pull/39
testImplementation(enforcedPlatform("com.google.code.gson:gson:2.8.9"))
testImplementation(projects.testHelpers)

testImplementation(libs.neo4j)
Expand Down

0 comments on commit 59eaf97

Please sign in to comment.