From adf016fb4989e31b2429c9bc2c9180d479625c49 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Mon, 22 Jan 2024 13:11:16 -0800 Subject: [PATCH] Update authoring-recipes/refaster-recipes.md Co-authored-by: Tim te Beek --- authoring-recipes/refaster-recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authoring-recipes/refaster-recipes.md b/authoring-recipes/refaster-recipes.md index 4e8c085ac7..bd0b0539ed 100644 --- a/authoring-recipes/refaster-recipes.md +++ b/authoring-recipes/refaster-recipes.md @@ -55,7 +55,7 @@ Moderne provides a [starter recipe repository](https://github.com/moderneinc/rew ### Update your dependencies -The first thing you'll need to do is update your dependencies to. Below are the minimum recommended dependencies to include in your project: +The first thing you'll need to do is update your dependencies and add an annotation processor. Below are the minimum recommended dependencies to include in your project: {% code title="build.gradle" %} ```groovy