Skip to content

Commit

Permalink
Promoted to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
losizm committed Apr 21, 2024
1 parent fc02f85 commit af6fb37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,10 +8,10 @@ The YAML library for Scala.
To get started, add **Shampoo** to your project:

```scala
libraryDependencies += "com.github.losizm" %% "shampoo" % "0.1.1"
libraryDependencies += "com.github.losizm" %% "shampoo" % "0.2.0"
```

The underlying YAML processor is provided by [SnakeYaml](https://bitbucket.org/snakeyaml/snakeyaml/),
The underlying YAML processor is provided by [SnakeYAML Engine](https://github.com/snakeyaml/snakeyaml-engine/),
so it'll be added transitively.

## Lather Up !!!
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
organization := "com.github.losizm"
name := "shampoo"
version := "0.2.0-SNAPSHOT"
version := "0.2.0"
versionScheme := Some("early-semver")
description := "The YAML library for Scala"
homepage := Some(url("https://github.com/losizm/shampoo"))
Expand Down

0 comments on commit af6fb37

Please sign in to comment.