<?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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <name>custom_sjs1_3</name>
    <groupId>io.github.lkikunte</groupId>
    <artifactId>custom_sjs1_3</artifactId>
    <packaging>jar</packaging>
    <description>A Scala.js base class for custom web components with lifecycle methods and utilities</description>
    <version>0.1.0</version>
    <url>https://github.com/lkikunte/custom-html-element</url>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://spdx.org/licenses/MIT.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/lkikunte/custom-html-element.git</connection>
        <developerConnection>scm:git:ssh://git@github.com:lkikunte/custom-html-element.git</developerConnection>
        <url>https://github.com/lkikunte/custom-html-element</url>
    </scm>
    <developers>
        <developer>
            <id>lkikunte</id>
            <name>Lukindo Kikunt'e</name>
            <url>https://github.com/lkikunte</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-dom_sjs1_3</artifactId>
            <version>2.8.1</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_sjs1_3</artifactId>
            <version>3.3.6</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-library_2.13</artifactId>
            <version>1.19.0</version>
        </dependency>
    </dependencies>
</project>
