Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.1.0 (2020-04-18)

- Fix implicits for HTTP/2 API
- Explicit path labelling
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following implementations are supported:

| Version | Release date | Akka Http version | Scala versions |
| ------- | ------------ | ----------------- | ------------------ |
| `1.1.0` | 2020-04-18 | `10.1.11` | `2.13.0`, `2.12.8` |
| `1.0.0` | 2020-03-14 | `10.1.11` | `2.13.0`, `2.12.8` |


Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val commonSettings = Defaults.itSettings ++
Seq(
organization := "fr.davit",
organizationName := "Michel Davit",
version := "1.1.0-SNAPSHOT",
version := "1.1.1-SNAPSHOT",
crossScalaVersions := Seq("2.13.1", "2.12.10"),
scalaVersion := crossScalaVersions.value.head,
Compile / compile / scalacOptions ++= Settings.scalacOptions(scalaVersion.value),
Expand Down