Skip to content

Commit

Permalink
Update to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed May 29, 2024
1 parent fce2195 commit 53dcecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/availability.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Wisteria 0.2.0 is available as a binary for Scala 3.4.0 and later, from [Maven
Wisteria 0.3.0 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" % "wisteria-core" % "0.2.0"
libraryDependencies += "dev.soundness" % "wisteria-core" % "0.3.0"
```

2 changes: 1 addition & 1 deletion etc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.soundness</groupId>
<artifactId>wisteria-core</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<licenses>
<license>
<name>Apache 2</name>
Expand Down

0 comments on commit 53dcecd

Please sign in to comment.