<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.adamko.kxstsgen</groupId>
  <artifactId>versions-platform</artifactId>
  <version>0.2.0</version>
  <packaging>pom</packaging>
  <name>Kotlinx Serialization Typescript Generator</name>
  <description>KxsTsGen creates TypeScript interfaces from Kotlinx Serialization @Serializable classes</description>
  <url>https://github.com/adamko-dev/kotlinx-serialization-typescript-generator</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <email>adam@adamko.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/adamko-dev/kotlinx-serialization-typescript-generator.git</connection>
    <developerConnection>scm:git:ssh://github.com:adamko-dev/kotlinx-serialization-typescript-generator.git</developerConnection>
    <url>https://github.com/adamko-dev/kotlinx-serialization-typescript-generator</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.classgraph</groupId>
        <artifactId>classgraph</artifactId>
        <version>4.8.147</version>
      </dependency>
      <dependency>
        <groupId>com.google.devtools.ksp</groupId>
        <artifactId>symbol-processing-api</artifactId>
        <version>1.7.0-1.0.6</version>
      </dependency>
      <dependency>
        <groupId>com.github.tschuchortdev</groupId>
        <artifactId>kotlin-compile-testing</artifactId>
        <version>1.4.8</version>
      </dependency>
      <dependency>
        <groupId>com.github.tschuchortdev</groupId>
        <artifactId>kotlin-compile-testing-ksp</artifactId>
        <version>1.4.8</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-bom</artifactId>
        <version>1.7.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-serialization-bom</artifactId>
        <version>1.3.3</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-coroutines-bom</artifactId>
        <version>1.6.1</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.squareup.okio</groupId>
        <artifactId>okio-bom</artifactId>
        <version>3.1.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>io.kotest</groupId>
        <artifactId>kotest-bom</artifactId>
        <version>5.3.0.1010-SNAPSHOT</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
