Skip to content

Commit

Permalink
install4j 7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ingokegel committed Jun 18, 2018
1 parent 14fc471 commit d73c3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/browser/browser.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ application {

dependencies {
compileOnly(":apple")
compile("com.install4j:install4j-runtime:7.0.4")
compile("com.install4j:install4j-runtime:7.0.6")
compile("org.jetbrains:annotations:13.0")
compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.10")
compile("com.miglayout:miglayout-swing:5.0")
Expand Down
2 changes: 1 addition & 1 deletion modules/installer/installer.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.install4j.gradle.Install4jTask

plugins {
id("com.install4j.gradle") version "6.1.4"
id("com.install4j.gradle") version "7.0.6"
}

val install4jHomeDir: String? by project
Expand Down

0 comments on commit d73c3bc

Please sign in to comment.