Skip to content

Commit ebcb6b5

Browse files
author
Francisco Solis
committed
Updated Dependencies
1 parent 3ea0dd8 commit ebcb6b5

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# v0.1.1 - Snapshot
2+
* Updated Dependencies
3+
14
# v0.1.0 - Snapshot
25
Hello, World!

build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import org.apache.tools.ant.filters.ReplaceTokens
22

33
plugins {
4-
id 'org.jetbrains.kotlin.jvm' version '1.6.0'
4+
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
55
id 'maven-publish'
6-
id 'com.github.johnrengelman.shadow' version '7.1.0'
6+
id 'com.github.johnrengelman.shadow' version '7.1.2'
77
id 'org.jetbrains.dokka' version '1.6.0'
88
}
99

@@ -22,16 +22,15 @@ repositories {
2222
maven { url 'https://oss.sonatype.org/content/repositories/releases/' }
2323
maven { url 'https://oss.sonatype.org/content/groups/public/' }
2424
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
25-
maven { url 'https://repo.codemc.org/repository/maven-public' }
26-
maven { url 'https://repo.codemc.org/repository/nms' }
27-
maven { url 'https://jitpack.io' }
25+
maven { url 'https://repo.codemc.org/repository/maven-public/' }
26+
maven { url 'https://jitpack.io/' }
2827
}
2928

3029
dependencies {
31-
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0'
30+
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.10'
3231
compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT'
3332
compileOnly 'net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT'
34-
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.1.9-SNAPSHOT'
33+
compileOnly 'xyz.theprogramsrc:simplecoreapi:0.1.12-SNAPSHOT'
3534

3635
implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.7.2'
3736

0 commit comments

Comments
 (0)