-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* deps bumped * pom.xml, updated to satisfy dependabot * adds support for Cataclysm classic (#427) * adds specs_test.clj to test logic in specs.clj * addon, catalogue, moved the game track 'priority map' into constants.clj * priority map now has a proper strategy * README, added explanation of new priority order when cata added to mix * updated README, TODO, CHANGELOG
- Loading branch information
Showing
20 changed files
with
177 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<groupId>ogri-la</groupId> | ||
<artifactId>strongbox</artifactId> | ||
<packaging>jar</packaging> | ||
<version>7.2.0</version> | ||
<version>7.3.0</version> | ||
<name>strongbox</name> | ||
<description>World Of Warcraft Addon Manager</description> | ||
<url>https://github.com/ogri-la/strongbox</url> | ||
|
@@ -18,7 +18,7 @@ | |
<url>https://github.com/ogri-la/strongbox</url> | ||
<connection>scm:git:git://github.com/ogri-la/strongbox.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/ogri-la/strongbox.git</developerConnection> | ||
<tag>b576cac556bd51217f1d0f1e5499c1a18a6c25e3</tag> | ||
<tag>86204296a94b4e5b4621bd143daa693f1f4934de</tag> | ||
</scm> | ||
<build> | ||
<sourceDirectory>src</sourceDirectory> | ||
|
@@ -78,22 +78,22 @@ | |
<dependency> | ||
<groupId>org.clojure</groupId> | ||
<artifactId>clojure</artifactId> | ||
<version>1.10.3</version> | ||
<version>1.11.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.clojure</groupId> | ||
<artifactId>tools.cli</artifactId> | ||
<version>1.0.219</version> | ||
<version>1.1.230</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.clojure</groupId> | ||
<artifactId>tools.namespace</artifactId> | ||
<version>1.4.4</version> | ||
<version>1.5.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.clojure</groupId> | ||
<artifactId>data.json</artifactId> | ||
<version>2.4.0</version> | ||
<version>2.5.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>orchestra</groupId> | ||
|
@@ -103,7 +103,7 @@ | |
<dependency> | ||
<groupId>com.taoensso</groupId> | ||
<artifactId>timbre</artifactId> | ||
<version>5.1.2</version> | ||
<version>6.5.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>clj-http</groupId> | ||
|
@@ -113,7 +113,7 @@ | |
<dependency> | ||
<groupId>clj-commons</groupId> | ||
<artifactId>fs</artifactId> | ||
<version>1.6.310</version> | ||
<version>1.6.311</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>slugify</groupId> | ||
|
@@ -133,7 +133,7 @@ | |
<dependency> | ||
<groupId>clojure.java-time</groupId> | ||
<artifactId>clojure.java-time</artifactId> | ||
<version>1.2.0</version> | ||
<version>1.4.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>envvar</groupId> | ||
|
@@ -143,12 +143,12 @@ | |
<dependency> | ||
<groupId>tolitius</groupId> | ||
<artifactId>lasync</artifactId> | ||
<version>0.1.24</version> | ||
<version>0.1.25</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>cljfx</groupId> | ||
<artifactId>cljfx</artifactId> | ||
<version>1.7.23</version> | ||
<version>1.8.0</version> | ||
<exclusions> | ||
<exclusion> | ||
<artifactId>javafx-web</artifactId> | ||
|
@@ -168,68 +168,68 @@ | |
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-base</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-base</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
<classifier>linux</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-base</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
<classifier>mac</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-controls</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-controls</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
<classifier>linux</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-controls</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
<classifier>mac</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-graphics</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-graphics</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
<classifier>linux</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-graphics</artifactId> | ||
<version>19.0.2.1</version> | ||
<version>20-ea+1</version> | ||
<classifier>mac</classifier> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.ocpsoft.prettytime</groupId> | ||
<artifactId>prettytime</artifactId> | ||
<version>5.0.6.Final</version> | ||
<version>5.0.7.Final</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.controlsfx</groupId> | ||
<artifactId>controlsfx</artifactId> | ||
<version>11.1.2</version> | ||
<version>11.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>clj-http-fake</groupId> | ||
<artifactId>clj-http-fake</artifactId> | ||
<version>1.0.3</version> | ||
<version>1.0.4</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.