Skip to content

Commit 94b17b8

Browse files
committed
📝 docs: fix version in installation guide
it was wrong since 8.30.2 where I made a mistake in the release process, the update script doesn't work if version contains SNAPSHOT, hence it was not fixed automatically
1 parent efc01b6 commit 94b17b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To use Cucumber Scala in your project, add the following line to your `build.sbt`:
88

99
```scala
10-
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.30.2-SNAPSHOT" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.32.0" % Test
1111
```
1212

1313
### Maven
@@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
1818
<dependency>
1919
<groupId>io.cucumber</groupId>
2020
<artifactId>cucumber-scala_2.13</artifactId>
21-
<version>8.30.2-SNAPSHOT</version>
21+
<version>8.32.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)