Compare commits

..

No commits in common. "75621bd9ae883c8edc9ed10f3b8d49f50e15c54e" and "ad8047f7a176e87835adbac861b584e49056a423" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

View File

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