Skip to content

Commit

Permalink
Merge pull request #9 from s1monw1/upgrade_sample_app
Browse files Browse the repository at this point in the history
Upgrade sample app to 0.0.9
  • Loading branch information
s1monw1 authored Nov 23, 2020
2 parents 115df53 + 47a603f commit 0aeed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation(kotlin("reflect"))
implementation("org.slf4j:slf4j-api:1.7.30")
implementation("ch.qos.logback:logback-classic:1.2.3")
implementation("de.swirtz:ktsRunner:0.0.8")
implementation("de.swirtz:ktsRunner:0.0.9")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.7.0")
Expand Down

1 comment on commit 0aeed03

@lamideag
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error

Please sign in to comment.