Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 31, 2018
1 parent 18635d1 commit 84f6724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ buildscript {
}

plugins {
id 'org.kordamp.gradle.kordamp-parentpom' version '1.1.2'
id 'org.kordamp.gradle.source-xref' version '0.9.0'
id 'org.kordamp.gradle.kordamp-parentpom' version '1.2.1'
id 'org.kordamp.gradle.source-xref' version '0.12.0'
id 'org.jonnyzzz.java9c' version '0.2.3' apply false
id 'org.javamodularity.moduleplugin' version '1.4.0' apply false
}
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*/

plugins {
id 'org.kordamp.gradle.guide' version '0.9.0'
id 'org.ajoberstar.git-publish' version '2.0.0'
id 'org.kordamp.gradle.guide' version '0.12.0'
id 'org.ajoberstar.git-publish' version '0.3.2'
}

class GenerateIconCheatSheetTask extends DefaultTask {
Expand Down

0 comments on commit 84f6724

Please sign in to comment.