Skip to content

Commit

Permalink
updates to Orchid version 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Jun 19, 2018
1 parent e2a570d commit b03c086
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
@@ -1,7 +1,7 @@
// Buildscript dependencies and plugins
//----------------------------------------------------------------------------------------------------------------------
plugins {
id "com.eden.orchidPlugin" version "0.8.3"
id "com.eden.orchidPlugin" version "0.8.10"
}

// Orchid setup
Expand All @@ -13,7 +13,7 @@ repositories {
}

dependencies {
def orchid_version = '0.8.3'
def orchid_version = '0.8.10'
compile "io.github.javaeden.orchid:OrchidCore:${orchid_version}"
orchidCompile "io.github.javaeden.orchid:OrchidAll:${orchid_version}"
}
Expand Down

0 comments on commit b03c086

Please sign in to comment.