Skip to content

Commit

Permalink
Build with Aurora 6 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Jun 9, 2016
1 parent 78783dd commit bf835b1
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ buildscript {

dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.github.maiflai:gradle-scalatest:0.8'
classpath 'info.gianlucacosta.moonlicense:moonlicense-gradle:4.2'
classpath 'info.gianlucacosta.aurora:aurora:5.6'
classpath 'info.gianlucacosta.moonlicense:moonlicense-gradle:4.3'
classpath 'info.gianlucacosta.aurora:aurora:6.0'
classpath 'com.github.maiflai:gradle-scalatest:0.12'
}
}

Expand All @@ -49,7 +49,7 @@ apply plugin: 'info.gianlucacosta.aurora'

group = 'info.gianlucacosta.chronos'
archivesBaseName = "chronos"
version = '3.5'
version = '4.0'

description = 'Programming language for discrete event simulation'

Expand All @@ -59,16 +59,17 @@ mainClassName = 'info.gianlucacosta.chronos.App'


dependencies {
generatedCompile 'org.scala-lang:scala-library:2.11.7'
generatedCompile 'org.antlr:antlr4-runtime:4.5.1'
generatedCompile 'org.scala-lang:scala-library:2.11.8'
generatedCompile 'org.antlr:antlr4-runtime:4.5.3'

compile 'org.scala-lang:scala-library:2.11.7'
compile 'org.scala-lang:scala-library:2.11.8'
compile 'org.scala-lang:scala-xml:2.11.0-M4'
compile 'org.antlr:antlr4-runtime:4.5.3'

testCompile 'org.scalatest:scalatest_2.11:2.2.5'
testRuntime 'org.pegdown:pegdown:1.1.0'
testCompile 'org.scalatest:scalatest_2.11:2.2.6'
testRuntime 'org.pegdown:pegdown:1.6.0'

antlr 'org.antlr:antlr4:4.5.1'
antlr 'org.antlr:antlr4:4.5.3'
}


Expand Down

0 comments on commit bf835b1

Please sign in to comment.