<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>io.joern</groupId>
    <artifactId>sbt-flatgraph_2.12_1.0</artifactId>
    <packaging>jar</packaging>
    <description>sbt-flatgraph</description>
    <url>https://github.com/joernio/flatgraph/</url>
    <version>0.0.90</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-flatgraph</name>
    <organization>
        <name>io.joern</name>
        <url>https://github.com/joernio/flatgraph/</url>
    </organization>
    <scm>
        <url>https://github.com/joernio/flatgraph</url>
        <connection>scm:git@github.com:joernio/flatgraph.git</connection>
    </scm>
    <developers>
        <developer>
            <id>bbrehm</id>
            <name>Bernhard Brehm</name>
            <url>https://github.com/bbrehm</url>
            <email>bernhard@shiftleft.io</email>
        </developer>
        <developer>
            <id>mpollmeier</id>
            <name>Michael Pollmeier</name>
            <url>http://www.michaelpollmeier.com</url>
            <email>michael@michaelpollmeier.com</email>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <extraDependencyAttributes xml:space="preserve">+organisation:#@#:+org.scalameta:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-scalafmt_2.12_1.0:#@#:+revision:#@#:+2.5.2:#@#:+e:scalaVersion:#@#:+2.12:#@#:</extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.18</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.10.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.joern</groupId>
            <artifactId>flatgraph-domain-classes-generator_2.12</artifactId>
            <version>0.0.90</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>2.0.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.2.18</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>sbt-scalafmt_2.12_1.0</artifactId>
            <version>2.5.2</version>
        </dependency>
    </dependencies>
</project>