diff --git a/package.json b/package.json index 20e3eed..f08c294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "screwdriver-notifications-slack", - "version": "5.0.0", + "version": "6.0.0", "description": "Sends slack notifications on certain build events", "main": "index.js", "scripts": { @@ -46,7 +46,7 @@ "@slack/web-api": "^6.8.0", "joi": "^17.7.0", "samsam": "^1.3.0", - "screwdriver-data-schema": "^23.0.4", + "screwdriver-data-schema": "^24.0.0", "screwdriver-logger": "^2.0.0", "screwdriver-notifications-base": "^4.0.0" },