<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.ftb.mods</groupId>
  <artifactId>ftb-teams-fabric</artifactId>
  <version>1605.2.1-build.21</version>
  <dependencies>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loader</artifactId>
      <version>0.11.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc.fabric-api</groupId>
      <artifactId>fabric-api</artifactId>
      <version>0.36.0+1.16</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>me.shedaniel</groupId>
      <artifactId>architectury-fabric</artifactId>
      <version>1.19.27</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.ftb.mods</groupId>
      <artifactId>ftb-library-fabric</artifactId>
      <version>1605.3.1-build.56</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
