From 870ebedfa22a5779155cefde0503813a1f355d16 Mon Sep 17 00:00:00 2001 From: Robinson Date: Wed, 22 Nov 2023 22:06:55 +0100 Subject: [PATCH] updated deps --- build.gradle.kts | 2 +- test/dorkbox/notify/NotifyTest.kt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1073eb6..9d50f02 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -100,7 +100,7 @@ dependencies { api("com.dorkbox:TweenEngine:9.1") api("com.dorkbox:SwingActiveRender:1.4") api("com.dorkbox:Updates:1.1") - api("com.dorkbox:Utilities:1.46") + api("com.dorkbox:Utilities:1.48") } publishToSonatype { diff --git a/test/dorkbox/notify/NotifyTest.kt b/test/dorkbox/notify/NotifyTest.kt index 08fdef8..b92c97c 100755 --- a/test/dorkbox/notify/NotifyTest.kt +++ b/test/dorkbox/notify/NotifyTest.kt @@ -1,3 +1,19 @@ +/* + * Copyright 2023 dorkbox, llc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + @file:Suppress("UNUSED_VALUE") package dorkbox.notify