<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.suresh.build</groupId>
  <artifactId>settings</artifactId>
  <version>2.53.0</version>
  <name>dev.suresh.build:settings</name>
  <description>Gradle build settings plugins!</description>
  <url>https://github.com/sureshg/build-commons</url>
  <inceptionYear>2026</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>sureshg</name>
      <email>email@suresh.dev</email>
      <organization>suresh.dev</organization>
      <organizationUrl>https://suresh.dev</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/sureshg/build-commons.git</connection>
    <developerConnection>scm:git:https://github.com/sureshg/build-commons.git</developerConnection>
    <url>https://github.com/sureshg/build-commons</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-datetime-jvm</artifactId>
      <version>0.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ajalt.mordant</groupId>
      <artifactId>mordant-coroutines-jvm</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>me.saket.bytesize</groupId>
      <artifactId>bytesize-jvm</artifactId>
      <version>2.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.suresh.build</groupId>
      <artifactId>shared</artifactId>
      <version>2.53.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx.kover</groupId>
      <artifactId>org.jetbrains.kotlinx.kover.gradle.plugin</artifactId>
      <version>0.9.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.gradle.develocity</groupId>
      <artifactId>com.gradle.develocity.gradle.plugin</artifactId>
      <version>4.4.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.javiersc.semver</groupId>
      <artifactId>com.javiersc.semver.gradle.plugin</artifactId>
      <version>0.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.gradle.toolchains.foojay-resolver</groupId>
      <artifactId>org.gradle.toolchains.foojay-resolver.gradle.plugin</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.tomlj</groupId>
      <artifactId>tomlj</artifactId>
      <version>1.1.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
