diff --git a/bynder.libraries.yml b/bynder.libraries.yml
index dda4ff4..fb5d925 100644
--- a/bynder.libraries.yml
+++ b/bynder.libraries.yml
@@ -52,4 +52,4 @@ formatter:
   dependencies:
     - core/jquery
     - core/drupal
-    - core/jquery.ui.tooltip
+    - jquery_ui_tooltip/tooltip
diff --git a/composer.json b/composer.json
index a802159..8780755 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,8 @@
     "drupal/ctools": "~3.0",
     "drupal/media_entity_generic": "~1.0",
     "drupal/dropzonejs": "~2.0",
-    "drupal/entity_usage": "~1.0"
+    "drupal/entity_usage": "~1.0",
+    "drupal/jquery_ui_tooltip":"~1.0"
   },
   "suggest": {
     "drupal/entity_usage": "Required for the optional submodule bynder_usage to track bynder media usage (entity_usage 8.x-1.x)",
