Skip to content

Commit

Permalink
Update LibraryManager to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
way-zer committed Jul 15, 2019
1 parent ff27cce commit 6cca85a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ allprojects{
shadowJar {
// minimize()
dependencies{
include(dependency('cf.wayzer:LibraryManager:1.0'))
include(dependency(':LibraryManager:'))
}
exclude "example/*"
}


//start

dependencies{
compile 'cf.wayzer:LibraryManager:1.0'
compile 'cf.wayzer:LibraryManager:1.1'
compile "org.jetbrains.kotlin:kotlin-script-util:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand All @@ -44,7 +45,7 @@ dependencies{
compileOnly files("$rootDir/lib/PowerNBT.jar")
// compile "me.dpohvar.powernbt:PowerNBT:0.8.9.2"
}
version="1.3.3"
version="1.3.4"
processResources{
filesMatching(["plugin.yml","bungee.yml"]){
filter{
Expand Down

0 comments on commit 6cca85a

Please sign in to comment.