From 69a6fb6ba94f621f1428869bd4a3fd209dbbf462 Mon Sep 17 00:00:00 2001
From: Andre_601 <github@andre601.ch>
Date: Mon, 19 Jun 2023 00:50:53 +0200
Subject: [PATCH] Update to latest dependency format

---
 test/content/paper/paper-plugin.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/content/paper/paper-plugin.yml b/test/content/paper/paper-plugin.yml
index 56cb040..476698c 100644
--- a/test/content/paper/paper-plugin.yml
+++ b/test/content/paper/paper-plugin.yml
@@ -8,9 +8,9 @@ website: "https://github.com"
 api-version: "1.19"
 
 dependencies:
-  - name: "RequiredPlugin"
+  RequiredPlugin:
     required: true
-  - name: "OptionalPlugin"
+  OptionalPlugin:
     required: false
 
 main: "example.ExamplePlugin"