diff --git a/README.md b/README.md index f54f78e..bf32e23 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/build.gradle b/build.gradle index 3bf2fbf..12bcf64 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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' }