Skip to content
This repository was archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Updated dependencies versions. #42
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Mar 10, 2017
1 parent 18256ac commit 0c7172d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jar {

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.github.czyzby.setup.views.JvmLanguage
@JvmLanguage
class Kotlin : Language {
override val id = "kotlin"
override val version = "1.0.+"
override val version = "1.1.+"

override fun initiate(project: Project) {
project.rootGradle.buildDependencies.add("\"org.jetbrains.kotlin:kotlin-gradle-plugin:\$kotlinVersion\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.github.czyzby.setup.views.JvmLanguage
@JvmLanguage
class Scala : Language {
override val id = "scala"
override val version = "2.11.+"
override val version = "2.12.+"

override fun initiate(project: Project) {
project.rootGradle.plugins.add(id)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AI : OfficialExtension() {
override val url = "https://github.com/libgdx/gdx-ai"

override fun initiate(project: Project) {
project.properties["aiVersion"] = "1.8.0"
project.properties["aiVersion"] = "1.8.1"

addDependency(project, Core.ID, "com.badlogicgames.gdx:gdx-ai:\$aiVersion")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.github.czyzby.setup.views.Extension
* Current version of KTX libraries.
* @author MJ
*/
const val KTX_VERSION = "1.9.5-b1"
const val KTX_VERSION = "1.9.6-b1"

/**
* Kotlin utilities for Scene2D actors API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import com.github.czyzby.setup.data.platforms.GWT
import com.github.czyzby.setup.data.project.Project
import com.github.czyzby.setup.views.Extension


/**
* Version of SquidLib libraries.
* @author SquidPony
*/
const val SQUID_LIB_VERSION = "3.0.0-b6"
const val SQUID_LIB_VERSION = "3.0.0-b8"

/**
* URL of SquidLib libraries.
* @author SquidPony
Expand All @@ -24,7 +24,7 @@ const val SQUID_LIB_URL = "https://github.com/SquidPony/SquidLib"
@Extension
class RegExodus : ThirdPartyExtension() {
override val id = "regExodus"
override val defaultVersion = "0.1.7"
override val defaultVersion = "0.1.9"
override val url = "https://github.com/tommyettinger/RegExodus"

override fun initiateDependencies(project: Project) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Overlap2D : ThirdPartyExtension() {
@Extension
class ArtemisOdb : ThirdPartyExtension() {
override val id = "artemisOdb"
override val defaultVersion = "2.0.0"
override val defaultVersion = "2.1.0"
override val url = "https://github.com/junkdog/artemis-odb"

override fun initiateDependencies(project: Project) {
Expand All @@ -74,7 +74,7 @@ class ArtemisOdb : ThirdPartyExtension() {
@Extension
class LibgdxUtils : ThirdPartyExtension() {
override val id = "utils"
override val defaultVersion = "0.13.3"
override val defaultVersion = "0.13.4"
override val url = "http://dermetfan.net/libgdx-utils.php"

override fun initiateDependencies(project: Project) {
Expand All @@ -92,7 +92,7 @@ class LibgdxUtils : ThirdPartyExtension() {
@Extension
class LibgdxUtilsBox2D : ThirdPartyExtension() {
override val id = "utilsBox2d"
override val defaultVersion = "0.13.3"
override val defaultVersion = "0.13.4"
override val url = "http://dermetfan.net/libgdx-utils.php"

override fun initiateDependencies(project: Project) {
Expand All @@ -112,7 +112,7 @@ class LibgdxUtilsBox2D : ThirdPartyExtension() {
@Extension
class Facebook : ThirdPartyExtension() {
override val id = "facebook"
override val defaultVersion = "1.2.4"
override val defaultVersion = "1.3.0"
override val url = "https://github.com/TomGrill/gdx-facebook"

override fun initiateDependencies(project: Project) {
Expand All @@ -123,7 +123,7 @@ class Facebook : ThirdPartyExtension() {
addDesktopDependency(project, "de.tomgrill.gdxfacebook:gdx-facebook-desktop")

addDependency(project, iOS.ID, "de.tomgrill.gdxfacebook:gdx-facebook-ios")
addDependency(project, MOE.ID, "de.tomgrill.gdxfacebook:gdx-facebook-ios")
addDependency(project, MOE.ID, "de.tomgrill.gdxfacebook:gdx-facebook-ios-moe")

addDependency(project, GWT.ID, "de.tomgrill.gdxfacebook:gdx-facebook-core:sources")
addDependency(project, GWT.ID, "de.tomgrill.gdxfacebook:gdx-facebook-html")
Expand All @@ -139,7 +139,7 @@ class Facebook : ThirdPartyExtension() {
@Extension
class Dialogs : ThirdPartyExtension() {
override val id = "dialogs"
override val defaultVersion = "1.1.1"
override val defaultVersion = "1.2.0"
override val url = "https://github.com/TomGrill/gdx-dialogs"

override fun initiateDependencies(project: Project) {
Expand All @@ -150,7 +150,12 @@ class Dialogs : ThirdPartyExtension() {
addDesktopDependency(project, "de.tomgrill.gdxdialogs:gdx-dialogs-desktop")

addDependency(project, iOS.ID, "de.tomgrill.gdxdialogs:gdx-dialogs-ios")
addDependency(project, MOE.ID, "de.tomgrill.gdxdialogs:gdx-dialogs-ios")
addDependency(project, MOE.ID, "de.tomgrill.gdxdialogs:gdx-dialogs-ios-moe")

addDependency(project, GWT.ID, "de.tomgrill.gdxfacebook:gdx-dialogs-core:sources")
addDependency(project, GWT.ID, "de.tomgrill.gdxfacebook:gdx-dialogs-html")
addDependency(project, GWT.ID, "de.tomgrill.gdxfacebook:gdx-dialogs-html:sources")
addGwtInherit(project, "de.tomgrill.gdxfacebook.html.gdx_dialogs_html")
}
}

Expand All @@ -161,7 +166,7 @@ class Dialogs : ThirdPartyExtension() {
@Extension
class InGameConsole : ThirdPartyExtension() {
override val id = "inGameConsole"
override val defaultVersion = "0.5.1"
override val defaultVersion = "0.5.2"
override val url = "https://github.com/StrongJoshua/libgdx-inGameConsole"

override fun initiateDependencies(project: Project) {
Expand Down Expand Up @@ -230,7 +235,7 @@ class Noise4J : ThirdPartyExtension() {
@Extension
class BladeInk : ThirdPartyExtension() {
override val id = "bladeInk"
override val defaultVersion = "0.2.0"
override val defaultVersion = "0.4.0"
override val url = "https://github.com/bladecoder/blade-ink"

override fun initiateDependencies(project: Project) {
Expand Down

0 comments on commit 0c7172d

Please sign in to comment.