File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1+ # v0.1.1 - Snapshot
2+ * Updated Dependencies
3+
14# v0.1.0 - Snapshot
25Hello, World!
Original file line number Diff line number Diff line change 11import org.apache.tools.ant.filters.ReplaceTokens
22
33plugins {
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
3029dependencies {
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
You can’t perform that action at this time.
0 commit comments