diff --git a/docs/architecture/integrations.md b/docs/architecture/integrations.md
index 976f863..ff3ed3b 100644
--- a/docs/architecture/integrations.md
+++ b/docs/architecture/integrations.md
@@ -7,7 +7,7 @@ Cooking owns food items, station behavior, crop quality math, and livestock reco
## Platform contract
Cooking on `main` targets **Minecraft 1.21.10 and Java 21**. Maven compiles with
-`maven.compiler.release=21` against the provided Spigot 1.21.10 API, and
+`maven.compiler.release=21` against the provided Paper 1.21.10 API, and
`plugin.yml` declares `api-version: 1.21.10`.
Use the TLibs and InteractibleFurniture versions declared in `pom.xml`.
diff --git a/pom.xml b/pom.xml
index fea2310..39b208a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,8 +27,8 @@
${project.basedir}/libs/gson-2.10.1.jar
- org.spigotmc
- spigot-api
+ io.papermc.paper
+ paper-api
1.21.10-R0.1-SNAPSHOT
provided
@@ -149,8 +149,8 @@
- spigot-snapshots
- https://hub.spigotmc.org/nexus/content/repositories/snapshots/
+ papermc
+ https://repo.papermc.io/repository/maven-public/