<?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>
  <packaging>jar</packaging>
  <groupId>org.rksm</groupId>
  <artifactId>suitable</artifactId>
  <version>0.8.0</version>
  <name>suitable</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.1</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojurescript</artifactId>
      <version>1.12.145</version>
    </dependency>
    <dependency>
      <groupId>compliment</groupId>
      <artifactId>compliment</artifactId>
      <version>0.8.0</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src/main</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
    <repository>
      <id>sonatype</id>
      <url>https://central.sonatype.com/repository/maven-snapshots/</url>
    </repository>
  </repositories>
  <scm>
    <connection>scm:git:https://github.com/clojure-emacs/clj-suitable.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/clojure-emacs/clj-suitable.git</developerConnection>
    <tag>v0.8.0</tag>
    <url>https://github.com/clojure-emacs/clj-suitable</url>
  </scm>
  <description>ClojureScript completion toolkit providing static and dynamic code completion.</description>
  <url>https://github.com/clojure-emacs/clj-suitable</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
</project>
