Skip to content

Commit

Permalink
Prepare for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed May 13, 2024
1 parent 621cb0e commit 08ed65e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions doc/availability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Kaleidoscope is available as a binary for Scala 3.4.0 and later, from [Maven
Central](https://central.sonatype.com). To include it in an `sbt` build, use
the coordinates:
```scala
libraryDependencies += "dev.soundness" % "kaleidoscope-core" % "0.1.0"
```

8 changes: 4 additions & 4 deletions etc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.propensive</groupId>
<groupId>dev.soundness</groupId>
<artifactId>kaleidoscope-core</artifactId>
<version>0.5.0</version>
<version>0.1.0</version>
<licenses>
<license>
<name>Apache 2</name>
Expand All @@ -23,9 +23,9 @@
</properties>
<dependencies>
<dependency>
<groupId>io.github.propensive</groupId>
<groupId>dev.soundness</groupId>
<artifactId>contingency-core</artifactId>
<version>0.4.0</version>
<version>0.1.0</version>
</dependency>
</dependencies>
<organization>
Expand Down

0 comments on commit 08ed65e

Please sign in to comment.