Skip to content

Commit

Permalink
Update and/or fix some 3rd-party deps.
Browse files Browse the repository at this point in the history
Gand was essentially broken because it wasn't pulling in gdcrux. That's fixed now, and that whole cluster of projects (gand, crux, gdcrux) has been updated. Also, digital and Fury.
  • Loading branch information
tommyettinger committed Nov 27, 2024
1 parent e88c927 commit f980931
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ class CommonsCollections : ThirdPartyExtension() {
@Extension
class Fury : ThirdPartyExtension() {
override val id = "fury"
override val defaultVersion = "0.8.0"
override val defaultVersion = "0.9.0"
override val url = "https://fury.apache.org/"
override val group = "org.apache.fury" // was org.furyio before 0.5.0
override val name = "fury-core"
Expand Down Expand Up @@ -1261,7 +1261,7 @@ class UniversalTween : ThirdPartyExtension() {
@Extension
class Crux : ThirdPartyExtension() {
override val id = "crux"
override val defaultVersion = "0.1.0"
override val defaultVersion = "0.1.2"
override val url = "https://github.com/tommyettinger/crux"
override val group = "com.github.tommyettinger"
override val name = "crux"
Expand All @@ -1281,7 +1281,7 @@ class Crux : ThirdPartyExtension() {
@Extension
class Gdcrux : ThirdPartyExtension() {
override val id = "gdcrux"
override val defaultVersion = "0.0.4"
override val defaultVersion = "0.1.0"
override val url = "https://github.com/tommyettinger/gdcrux"
override val group = "com.github.tommyettinger"
override val name = "gdcrux"
Expand All @@ -1303,7 +1303,7 @@ class Gdcrux : ThirdPartyExtension() {
@Extension
class Gand : ThirdPartyExtension() {
override val id = "gand"
override val defaultVersion = "0.2.1"
override val defaultVersion = "0.3.1"
override val url = "https://github.com/tommyettinger/gand"
override val group = "com.github.tommyettinger"
override val name = "gand"
Expand All @@ -1315,6 +1315,7 @@ class Gand : ThirdPartyExtension() {
addGwtInherit(project, "com.github.tommyettinger.gand")

Crux().initiate(project)
Gdcrux().initiate(project)
}
}

Expand Down Expand Up @@ -1346,7 +1347,7 @@ class Cringe : ThirdPartyExtension() {
@Extension
class Digital : ThirdPartyExtension() {
override val id = "digital"
override val defaultVersion = "0.5.3"
override val defaultVersion = "0.5.4"
override val url = "https://github.com/tommyettinger/digital"
override val group = "com.github.tommyettinger"
override val name = "digital"
Expand Down

0 comments on commit f980931

Please sign in to comment.