Remove bitbucket pipelines configuration file

This commit is contained in:
Erik C. Thauvin 2025-06-30 16:09:19 -07:00
parent c7c70f1b90
commit 9f2c399b6e
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 4 additions and 24 deletions

View file

@ -18,19 +18,19 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.20</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>2.1.20</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>2.1.20</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>