Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Update dependency it.unibo.alchemist:alchemist to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 7, 2021
1 parent 9935ef3 commit 31aed93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
compile(rootProject)
compile("org.jetbrains.kotlin:kotlin-scripting-jvm")
compile("org.slf4j:slf4j-nop:1.7.32")
compile(group = "it.unibo.alchemist", name = "alchemist", version = "10.0.1")
compile(group = "it.unibo.alchemist", name = "alchemist", version = "11.3.1")
}

tasks {
Expand Down

0 comments on commit 31aed93

Please sign in to comment.