<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>austinbirch</groupId>
  <artifactId>reactive-entity</artifactId>
  <version>0.2.0</version>
  <name>reactive-entity</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojurescript</artifactId>
      <version>1.10.773</version>
    </dependency>
    <dependency>
      <groupId>reagent</groupId>
      <artifactId>reagent</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>datascript</groupId>
      <artifactId>datascript</artifactId>
      <version>1.0.3</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src/main</sourceDirectory>
  </build>
  <repositories/>
<scm>
    <url>https://github.com/austinbirch/reactive-entity</url>
    <tag>d87a0fb3cac12f6b4c4e642eb9ca5c4559825adb</tag>
    <connection>scm:git:git@github.com:austinbirch/reactive-entity.git</connection>
    <developerConnection>scm:git:git@github.com:austinbirch/reactive-entity.git</developerConnection>
  </scm>
</project>
