<?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>at.petra-k.paucal</groupId>
  <artifactId>paucal-1.18.2</artifactId>
  <version>0.4.0-prerelease-18-fabric</version>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>com.electronwill.night-config</groupId>
      <artifactId>toml</artifactId>
      <version>3.6.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>16.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>at.petra-k.paucal</groupId>
      <artifactId>Common</artifactId>
      <version>0.4.0-prerelease-18-common</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>me.zeroeightsix</groupId>
      <artifactId>fiber</artifactId>
      <version>0.23.0-2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loader</artifactId>
      <version>0.13.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc.fabric-api</groupId>
      <artifactId>fabric-api</artifactId>
      <version>0.51.0+1.18.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
