Skip to content

Commit

Permalink
Merge pull request #76 from smeup/fixKolor
Browse files Browse the repository at this point in the history
Fix for build.gradle
  • Loading branch information
parodi-smeup authored Jan 7, 2020
2 parents 96c7187 + a722c0f commit e8b6a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpgJavaInterpreter-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
compile 'commons-io:commons-io:2.6'
compile 'com.github.ajalt:clikt:2.1.0'

compile "com.andreapivetta.kolor:kolor:0.0.2"
compile 'com.github.ziggy42:kolor:0.0.2'

testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
Expand Down

0 comments on commit e8b6a57

Please sign in to comment.