Skip to content

Commit

Permalink
Prepare for 0.14.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Nov 16, 2023
1 parent 8b4a61e commit 10cf456
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,6 +1,9 @@
Version 3.0.0 (2023-11-16)
--------------------------
Bump circe to 0.14.3 (#188)

Version 2.0.0 (2022-03-09)
--------------------------
Bump circe to 0.14.1 (#188)
Add cross-compilation for Scala 2.13 (#187)
Migrate to GitHub Actions (#185)
Extend copyright to 2022 (#184)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,13 +23,13 @@ There are three types of accounts supported by OER API, Unlimited, Enterprise an

### 2.2 Installation

The latest version of Scala Forex is 0.7.0, which is built against 2.12.x.
The latest version of Scala Forex is 3.0.0, which is cross-built against 2.12 & 2.13.

If you're using SBT, add the following lines to your build file:

```scala
libraryDependencies ++= Seq(
"com.snowplowanalytics" %% "scala-forex" % "0.7.0"
"com.snowplowanalytics" %% "scala-forex" % "3.0.0"
)
```

Expand Down

0 comments on commit 10cf456

Please sign in to comment.