<?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>gay.object.ioticblocks</groupId>
  <artifactId>ioticblocks-common</artifactId>
  <version>1.0.2+1.20.1-SNAPSHOT</version>
  <dependencies>
    <dependency>
      <groupId>dev.architectury</groupId>
      <artifactId>architectury</artifactId>
      <version>9.2.14</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>at.petra-k.hexcasting</groupId>
      <artifactId>hexcasting-common-1.20.1</artifactId>
      <version>0.11.2-pre-701</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.9.22</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.llamalad7</groupId>
      <artifactId>mixinextras-common</artifactId>
      <version>0.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loader</artifactId>
      <version>0.14.25</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
