Skip to content

Commit

Permalink
Bump version to 0.13.1 (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvain Pendino <s.pendino@criteo.com>
  • Loading branch information
bubblesly and Sylvain Pendino committed Mar 22, 2021
1 parent f0f9e45 commit 42b9c19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Client.runSync(Get("http://localhost:8888/hello")) { res =>

The library is cross-built for __Scala 2.11__ and __Scala 2.12__.

The core module to use is `"com.criteo.lolhttp" %% "lolhttp" % "0.13.0"`.
The core module to use is `"com.criteo.lolhttp" %% "lolhttp" % "0.13.1"`.

There are also 2 optional companion libraries:

- `"com.criteo.lolhttp" %% "loljson" % "0.13.0"`, provides integration with the [circe](https://circe.github.io/circe/) JSON library.
- `"com.criteo.lolhttp" %% "lolhtml" % "0.13.0"`, provides minimal HTML templating.
- `"com.criteo.lolhttp" %% "loljson" % "0.13.1"`, provides integration with the [circe](https://circe.github.io/circe/) JSON library.
- `"com.criteo.lolhttp" %% "lolhtml" % "0.13.1"`, provides minimal HTML templating.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val VERSION = "0.13.0"
val VERSION = "0.13.1"

lazy val commonSettings = Seq(
organization := "com.criteo.lolhttp",
Expand Down

0 comments on commit 42b9c19

Please sign in to comment.