Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit 667e8a1

Browse files
committed
2.3.0 release
1 parent cbced01 commit 667e8a1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.3.0
2+
------
3+
release: 2 April 2016
4+
5+
- handle redirects from http <-> https correctly. see https://github.com/scalaj/scalaj-http/issues/92
6+
thanks @jirihelmich for reporting
7+
18
2.2.2
29
------
310
release: 2 April 2016

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Big differences:
3535
### in your build.sbt
3636

3737
```scala
38-
libraryDependencies += "org.scalaj" %% "scalaj-http" % "2.2.2"
38+
libraryDependencies += "org.scalaj" %% "scalaj-http" % "2.3.0"
3939
```
4040

4141
### maven
@@ -44,7 +44,7 @@ libraryDependencies += "org.scalaj" %% "scalaj-http" % "2.2.2"
4444
<dependency>
4545
<groupId>org.scalaj</groupId>
4646
<artifactId>scalaj-http_${scala.version}</artifactId>
47-
<version>2.2.2</version>
47+
<version>2.3.0</version>
4848
</dependency>
4949
```
5050

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "scalaj-http"
22

3-
version := "2.2.2"
3+
version := "2.3.0"
44

55
organization := "org.scalaj"
66

0 commit comments

Comments
 (0)