Compare commits

...

2 Commits

Author SHA1 Message Date
Robinson 75621bd9ae
hardcoded project name 2023-08-05 13:32:20 -06:00
Robinson fc3da9a11e
updated deps 2023-08-05 13:22:50 -06:00
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@ tasks.jar.get().apply {
}
dependencies {
implementation("com.dorkbox:ClassUtils:1.0")
implementation("com.dorkbox:ClassUtils:1.1")
implementation("com.dorkbox:Collections:2.2")
implementation("com.dorkbox:Updates:1.1")
implementation("com.dorkbox:Utilities:1.44")

View File

@ -13,3 +13,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
rootProject.name = "MessageBus"