File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 2.2.0 (2022-11-21)
2+ --------------------------
3+ Add invalidation for the schema-list cache (#215)
4+ Allow building caches based on the resolver's content (#207)
5+ Add list-schemas for the embedded repo (#212)
6+
17Version 2.1.0 (2022-05-31)
28--------------------------
39Bump specs2 to 4.15.0 (#198)
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ Iglu Scala Client is used extensively in **[Snowplow][snowplow-repo]** to valida
1313
1414## Installation
1515
16- The latest version of Iglu Scala Client is 2.1 .0, which currently works with Scala 2.12 and 2.13.
16+ The latest version of Iglu Scala Client is 2.2 .0, which currently works with Scala 2.12 and 2.13.
1717
1818If you're using SBT, add the following lines to your build file:
1919
2020``` scala
21- val igluClient = " com.snowplowanalytics" %% " iglu-scala-client" % " 2.1 .0"
21+ val igluClient = " com.snowplowanalytics" %% " iglu-scala-client" % " 2.2 .0"
2222```
2323
2424## API
You can’t perform that action at this time.
0 commit comments