Skip to content

Commit

Permalink
Add dependency on Helios-fx 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Jul 30, 2016
1 parent 4ef8458 commit cbd8a36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The very first open source application employing OmniEditor is [Chronos IDE](htt
* OmniEditor is based on [RichTextFX](https://github.com/TomasMikula/RichTextFX), and was created starting from its brilliant "JavaKeywords" demo


* OmniEditor also employs [Helios](https://github.com/giancosta86/Helios-core), an open source Scala library of shared utilities
* OmniEditor also employs [Helios-fx](https://github.com/giancosta86/Helios-fx), an open source ScalaFX library of shared utilities

* The UI icons are taken from the elegant [Kids Icons](http://www.iconarchive.com/show/kids-icons-icons-by-everaldo.1.html) set, by [Everaldo Coelho](http://www.everaldo.com/).

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apply plugin: 'info.gianlucacosta.aurora'

group 'info.gianlucacosta.omnieditor'
archivesBaseName = 'omnieditor'
version '4.0'
version '5.0'


description = 'Ready-made ScalaFX IDE for custom languages'
Expand All @@ -59,7 +59,7 @@ dependencies {

compile 'org.fxmisc.richtext:richtextfx:0.6.10'

compile 'info.gianlucacosta.helios:helios-core:3.0'
compile 'info.gianlucacosta.helios:helios-fx:5.0'
}


Expand Down

0 comments on commit cbd8a36

Please sign in to comment.