Skip to content

Commit d1480d4

Browse files
committed
Prepare for 3.0.0 release
1 parent 0772b83 commit d1480d4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
Version 3.0.0 (2023-12-05)
2+
--------------------------
3+
Bump circe to 0.14.3 (#188)
4+
15
Version 2.0.0 (2022-03-09)
26
--------------------------
3-
Bump circe to 0.14.1 (#188)
47
Add cross-compilation for Scala 2.13 (#187)
58
Migrate to GitHub Actions (#185)
69
Extend copyright to 2022 (#184)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ There are three types of accounts supported by OER API, Unlimited, Enterprise an
2323

2424
### 2.2 Installation
2525

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

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

3030
```scala
3131
libraryDependencies ++= Seq(
32-
"com.snowplowanalytics" %% "scala-forex" % "0.7.0"
32+
"com.snowplowanalytics" %% "scala-forex" % "3.0.0"
3333
)
3434
```
3535

0 commit comments

Comments
 (0)