You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A Consumer Driven Contract testing library for Scala and [ScalaTest](http://www.
4
4
5
5
Scala-Pact is intended for Scala developers who are looking for a better way to manage the HTTP contracts between their services.
6
6
7
-
## Latest version is 3.2.0
7
+
## Latest version is 3.2.1
8
8
9
9
Scala-Pact currently only supports [v2 of the pact specification](https://github.com/pact-foundation/pact-specification/tree/version-2). Support for v3 is a future goal of the project.
10
10
@@ -14,7 +14,7 @@ Before this version, the project versioning did not follow semantic versioning.
14
14
15
15
Scala-Pact now has two branches based on SBT requirements.
16
16
17
-
#### SBT 1.x compatible (Latest 3.2.0)
17
+
#### SBT 1.x compatible (Latest 3.2.1)
18
18
19
19
All development going forward begins at `2.3.x` and resides on the `master` branch.
20
20
For the sake of the maintainer's sanity, version 2.3.x and beyond will only support Scala 2.12 and SBT 1.x or greater. The project is currently cross-compiled across scala 2.12.12 and 2.13.4.
Add this line to your `project/plugins.sbt` file to install the plugin:
84
84
```scala
85
-
addSbtPlugin("com.itv"%"sbt-scalapact"%"3.2.0")
85
+
addSbtPlugin("com.itv"%"sbt-scalapact"%"3.2.1")
86
86
```
87
87
This version of the plugin comes pre-packaged with the latest JSON and Http libraries.
88
88
Thanks to the way SBT works, that one plugin line will work in most cases, but if you're still having conflicts, you can also do this to use your preferred libraries:
0 commit comments