Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 88bcd35

Browse files
committed
Release v1.1.1
1 parent 4b939dd commit 88bcd35

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.1.1 (2020-06-10)
6+
57
- Update libraries
68
- Fix implicit execution context regression
79

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ The following implementations are supported:
1414

1515
## Versions
1616

17-
| Version | Release date | Akka Http version | Scala versions |
18-
| ------- | ------------ | ----------------- | ------------------ |
19-
| `1.1.0` | 2020-04-18 | `10.1.11` | `2.13.0`, `2.12.8` |
20-
| `1.0.0` | 2020-03-14 | `10.1.11` | `2.13.0`, `2.12.8` |
17+
| Version | Release date | Akka Http version | Scala versions |
18+
| ------- | ------------ | ----------------- | ------------------- |
19+
| `1.1.1` | 2020-06-10 | `10.1.12` | `2.13.2`, `2.12.11` |
20+
| `1.1.0` | 2020-04-18 | `10.1.11` | `2.13.1`, `2.12.10` |
21+
| `1.0.0` | 2020-03-14 | `10.1.11` | `2.13.1`, `2.12.10` |
2122

2223

2324
The complete list can be found in the [CHANGELOG](CHANGELOG.md) file.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val commonSettings = Defaults.itSettings ++
77
Seq(
88
organization := "fr.davit",
99
organizationName := "Michel Davit",
10-
version := "1.1.1-SNAPSHOT",
10+
version := "1.1.1",
1111
crossScalaVersions := Seq("2.13.2", "2.12.11"),
1212
scalaVersion := crossScalaVersions.value.head,
1313
Compile / compile / scalacOptions ++= Settings.scalacOptions(scalaVersion.value),

0 commit comments

Comments
 (0)