Skip to content

Commit

Permalink
Update dependency to OmniEditor 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Jul 30, 2016
1 parent 7964030 commit 88aa5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apply plugin: 'info.gianlucacosta.aurora'

group 'info.gianlucacosta.chronos'
archivesBaseName = 'chronos-ide'
version '3.2'
version '3.3'

description = "Integrated development environment for the Chronos programming language"

Expand All @@ -60,7 +60,7 @@ dependencies {

compile 'org.scala-lang:scala-library:2.11.8'

compile 'info.gianlucacosta.omnieditor:omnieditor:4.0'
compile 'info.gianlucacosta.omnieditor:omnieditor:5.0'
compile 'info.gianlucacosta.chronos:chronos:4.0'
}

Expand Down

0 comments on commit 88aa5ef

Please sign in to comment.