Skip to content

Commit

Permalink
fix: upgrade to lsd-core 3.0.0
Browse files Browse the repository at this point in the history
Use correct dependency version this time
  • Loading branch information
nickmcdowall committed Mar 25, 2023
1 parent c6027f2 commit a343f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
api 'io.github.lsd-consulting:lsd-core:2.0.0-1-g5a9dd0b.dirty'
api 'io.github.lsd-consulting:lsd-core:3.0.0'
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
implementation 'com.j2html:j2html:1.5.0'
Expand Down

0 comments on commit a343f67

Please sign in to comment.