Skip to content

Commit

Permalink
fix: bump lsd-core
Browse files Browse the repository at this point in the history
sequence events now contain timestamps and are ordered by those timestamps when generating the sequence diagrams.
  • Loading branch information
nickmcdowall committed Jul 4, 2023
1 parent 09184c8 commit db6fd56
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 @@ -23,7 +23,7 @@ kotlin {
}

dependencies {
api 'io.github.lsd-consulting:lsd-core:6.0.1'
api 'io.github.lsd-consulting:lsd-core:6.1.0'
implementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2'

Expand Down

0 comments on commit db6fd56

Please sign in to comment.