Skip to content

Commit

Permalink
setting specmatic-core version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Nov 24, 2023
1 parent e18efcb commit 0b47259
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 @@ -46,10 +46,10 @@ dependencies {
implementation 'org.apache.kafka:kafka-clients:2.8.0'
implementation("com.google.code.gson:gson:2.10.1")

implementation('in.specmatic:specmatic-core:1.0.2') {
implementation('in.specmatic:specmatic-core:1.0.0') {
exclude group: 'org.apache.kafka', module: 'kafka-clients'
}
implementation('in.specmatic:junit5-support:1.0.2') {
implementation('in.specmatic:junit5-support:1.0.0') {
exclude group: 'org.apache.kafka', module: 'kafka-clients'
}
testImplementation(
Expand Down

0 comments on commit 0b47259

Please sign in to comment.