Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Sep 21, 2021
1 parent 21d8973 commit 153c016
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## v0.2.4 (2021-09-21)

- Update dependencies

## v0.2.3 (2021-08-11)

- Update dependencies
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ akka-http thrift and json marshalling/unmarshalling for Thrift structs and Scroo

| Version | Release date | Akka Http version | Thrift version | Scrooge version | Scala versions |
| ------- | ------------ | ----------------- | -------------- |---------------- | ------------------------------ |
| `0.2.4` | 2021-09-21 | `10.2.6` | `0.15.0` | `21.8.0` | `2.13.6`, `2.12.15` |
| `0.2.3` | 2021-08-11 | `10.2.6` | `0.14.2` | `21.6.0` | `2.13.6`, `2.12.14` |
| `0.2.2` | 2021-03-06 | `10.1.14` | `0.14.0` | `19.12.0` | `2.13.5`, `2.12.13` |
| `0.2.1` | 2019-12-06 | `10.1.11` | `0.13.0` | `19.11.0` | `2.13.1`, `2.12.10`, `2.11.12` |
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty
lazy val commonSettings = Seq(
organization := "fr.davit",
organizationName := "Michel Davit",
version := "0.2.4-SNAPSHOT",
version := "0.2.4",
crossScalaVersions := (ThisBuild / crossScalaVersions).value,
scalaVersion := crossScalaVersions.value.head,
scalacOptions ~= filterScalacOptions,
Expand Down

0 comments on commit 153c016

Please sign in to comment.