Skip to content

Commit

Permalink
Merge b71092e into bef7daa
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Mar 9, 2022
2 parents bef7daa + b71092e commit a4943d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
@@ -1,6 +1,10 @@
Version 2.0.0 (2022-03-09)
Version 3.0.0 (2022-03-09)
--------------------------
Fix 2.0.0 changelog (#190)
Bump circe to 0.14.1 (#188)

Version 2.0.0 (2022-03-09)
--------------------------
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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -22,7 +22,7 @@ object Dependencies {

// Scala
val catsEffect = "3.3.5"
val circe = "0.13.0"
val circe = "0.14.1"
val lruMap = "0.6.0"
val scalaj = "2.4.2"

Expand Down

0 comments on commit a4943d2

Please sign in to comment.