Skip to content

Commit

Permalink
Bump API and plugin-spi to 0.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
  • Loading branch information
gabizou committed Aug 23, 2020
1 parent 657cc79 commit a0dedbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SpongeAPI
Submodule SpongeAPI updated 1 files
+5 −5 build.gradle.kts
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dependencies {

// Launch Dependencies - Needed to bootstrap the engine(s)
launchConfig(project(":SpongeAPI"))
launchConfig("org.spongepowered:plugin-spi:0.1.1-SNAPSHOT")
launchConfig("org.spongepowered:plugin-spi:0.1.2-SNAPSHOT")
launchConfig("org.spongepowered:mixin:$mixinVersion")
launchConfig("org.checkerframework:checker-qual:3.4.1")
launchConfig("com.google.guava:guava:21.0") {
Expand Down Expand Up @@ -509,7 +509,7 @@ project("SpongeVanilla") {
vanillaModLauncherConfig("org.spongepowered:mixin:$mixinVersion")
vanillaModLauncherConfig("org.ow2.asm:asm-util:6.2")
vanillaModLauncherConfig("org.ow2.asm:asm-tree:6.2")
vanillaModLauncherConfig("org.spongepowered:plugin-spi:0.1.1-SNAPSHOT")
vanillaModLauncherConfig("org.spongepowered:plugin-spi:0.1.2-SNAPSHOT")
vanillaModLauncherConfig("javax.inject:javax.inject:1")
vanillaModLauncherConfig("org.apache.logging.log4j:log4j-api:2.11.2")
vanillaModLauncherConfig("org.apache.logging.log4j:log4j-core:2.11.2")
Expand Down Expand Up @@ -847,7 +847,7 @@ if (spongeForge != null) {
forgeLaunchConfig("org.spongepowered:mixin:$mixinVersion")
forgeLaunchConfig("org.ow2.asm:asm-util:6.2")
forgeLaunchConfig("org.ow2.asm:asm-tree:6.2")
forgeLaunchConfig("org.spongepowered:plugin-spi:0.1.1-SNAPSHOT")
forgeLaunchConfig("org.spongepowered:plugin-spi:0.1.2-SNAPSHOT")
forgeLaunchConfig("javax.inject:javax.inject:1")
forgeLaunchConfig("org.apache.logging.log4j:log4j-api:2.11.2")
forgeLaunchConfig("org.apache.logging.log4j:log4j-core:2.11.2")
Expand Down

0 comments on commit a0dedbf

Please sign in to comment.