<?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>org.pinkgorilla</groupId>
  <artifactId>ui-quil</artifactId>
  <version>0.0.4</version>
  <name>ui-quil</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.10.3</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>core.async</artifactId>
      <version>1.3.618</version>
    </dependency>
    <dependency>
      <groupId>quil</groupId>
      <artifactId>quil</artifactId>
      <version>3.1.0</version>
    </dependency>
    <dependency>
      <groupId>thi.ng</groupId>
      <artifactId>strf</artifactId>
      <version>0.2.2</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories/>
<scm>
    <url>https://github.com/pink-gorilla/ui-quil/</url>
    <tag>fd08bb05f0cf0ff4013af059fdbfc8930950df32</tag>
    <connection>scm:git:https://github.com/pink-gorilla/ui-quil</connection>
    <developerConnection>scm:git:https://github.com/pink-gorilla/ui-quil</developerConnection>
  </scm>
</project>
