Skip to content

Commit

Permalink
Release version 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lomigmegard committed Aug 1, 2021
1 parent c372bb1 commit 43b72eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.2 (2021-08-01)

- Update akka-http to 10.2.5.
- Update akka to 2.6.15.
- Update Scala to 2.13.6 and 2.12.14.

## 1.1.1 (2020-12-12)

- Update akka-http to 10.2.2.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a Scala/Java implementation for the server-side targeting the [akka-http

| Version | Release date | Akka Http version | Scala versions |
| -------- | ------------ | ----------------- | -------------------------------- |
| `1.1.1` | 2020-12-12 | `10.2.2` | `2.12.12`, `2.13.3` |
| `1.1.2` | 2021-08-01 | `10.2.5` | `2.12.14`, `2.13.6` |
| `1.0.0` | 2020-05-25 | `10.1.12` | `2.12.11`, `2.13.2` |
| `0.4.0` | 2019-03-09 | `10.1.7` | `2.11.12`, `2.12.8`, `2.13.0-M5` |
| `0.3.4` | 2019-01-17 | `10.1.7` | `2.11.12`, `2.12.8`, `2.13.0-M5` |
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "ch.megard",
version := "1.1.2-SNAPSHOT",
version := "1.1.2",
scalaVersion := "2.13.6",
crossScalaVersions := Seq(scalaVersion.value, "2.12.14"),
scalacOptions ++= Seq(
Expand Down

0 comments on commit 43b72eb

Please sign in to comment.