Skip to content

Commit

Permalink
Setting version to 1.2.0-RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Oct 23, 2020
1 parent ffa2c9c commit cf0b40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sttp is a family of Scala HTTP-related projects, and currently includes:
Add the following dependency:

```scala
"com.softwaremill.sttp.model" %% "core" % "1.2.0-RC4"
"com.softwaremill.sttp.model" %% "core" % "1.2.0-RC5"
```

sttp model is available for Scala 2.11, 2.12, 2.13, Scala.JS, Scala Native and Dotty 0.23.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.2.0-RC4"
version in ThisBuild := "1.2.0-RC5"

0 comments on commit cf0b40a

Please sign in to comment.