Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Nov 4, 2016
1 parent 5ff5fdc commit e0063ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,10 @@
[![Build Status](https://travis-ci.org/jcazevedo/moultingyaml.svg?branch=master)](https://travis-ci.org/jcazevedo/moultingyaml)
[![Coverage Status](https://coveralls.io/repos/github/jcazevedo/moultingyaml/badge.svg?branch=master)](https://coveralls.io/github/jcazevedo/moultingyaml?branch=master)
[![License](https://img.shields.io/dub/l/vibe-d.svg)](https://raw.githubusercontent.com/jcazevedo/moultingyaml/master/LICENSE.md)

[![Maven Central](https://img.shields.io/maven-central/v/net.jcazevedo/moultingyaml_2.10.svg?label=latest%20release%20for%202.10)](https://maven-badges.herokuapp.com/maven-central/net.jcazevedo/moultingyaml_2.10)
[![Maven Central](https://img.shields.io/maven-central/v/net.jcazevedo/moultingyaml_2.11.svg?label=latest%20release%20for%202.11)](https://maven-badges.herokuapp.com/maven-central/net.jcazevedo/moultingyaml_2.11)
[![Maven Central](https://img.shields.io/maven-central/v/net.jcazevedo/moultingyaml_2.12.svg?label=latest%20release%20for%202.12)](https://maven-badges.herokuapp.com/maven-central/net.jcazevedo/moultingyaml_2.12)

MoultingYAML is a Scala wrapper for [SnakeYAML][snakeyaml] based on
[spray-json][spray-json].
Expand All @@ -16,13 +18,13 @@ serialization and deserialization of custom objects.

## Installation

MoultingYAML's latest release is `0.3.0` and is built against Scala 2.11.8 and 2.10.6.
MoultingYAML's latest release is `0.3.1` and is built against Scala 2.12.0, 2.11.8 and 2.10.6.

To use it in an existing SBT project, add the following dependency to your
`build.sbt`:

```scala
libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.3.0"
libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.3.1"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ name := "moultingyaml"

organization := "net.jcazevedo"

version := "1.0.0-SNAPSHOT"
version := "0.3.1"

scalaVersion := "2.12.0"

Expand Down

0 comments on commit e0063ab

Please sign in to comment.