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
@@ -22,7 +22,7 @@ Stryker4s is a mutation testing framework for Scala. It allows you to test your
22
22
23
23
## Sbt plugin
24
24
25
-
Stryker4s provides a sbt plugin for easy use within sbt projects. To install the plugin, add the following line to `plugins.sbt`[](https://search.maven.org/artifact/io.stryker-mutator/sbt-stryker4s):
25
+
Stryker4s provides a sbt plugin for easy use within sbt projects. To install the plugin, add the following line to `plugins.sbt`[](https://central.sonatype.com/artifact/io.stryker-mutator/sbt-stryker4s_2.12_1.0):
@@ -36,7 +36,7 @@ Multi-module projects are not yet fully supported. However, there is a workaroun
36
36
37
37
## Maven plugin
38
38
39
-
The Maven plugin can be added as follows in `pom.xml` under `<plugins>`[](https://search.maven.org/artifact/io.stryker-mutator/stryker4s-maven-plugin):
39
+
The Maven plugin can be added as follows in `pom.xml` under `<plugins>`[](https://central.sonatype.com/artifact/io.stryker-mutator/stryker4s-maven-plugin):
40
40
41
41
```xml
42
42
<plugin>
@@ -56,7 +56,7 @@ We also publish SNAPSHOT versions of each commit on master. To use a pre-release
56
56
resolvers +=Resolver.sonatypeCentralSnapshots
57
57
```
58
58
59
-
Then replace the Stryker4s version with this version: [](https://oss.sonatype.org/content/repositories/snapshots/io/stryker-mutator/).
59
+
Then replace the Stryker4s version with this version: [](https://central.sonatype.com/artifact/io.stryker-mutator/stryker4s-core_3/versions).
Copy file name to clipboardExpand all lines: docs/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This guide is for the sbt plugin for Stryker4s. For other ways to run Stryker4s,
10
10
11
11
## 1 Install
12
12
13
-
To install Stryker4s on your project, add the following line to `project/plugins.sbt`[](https://search.maven.org/search?q=g:io.stryker-mutator):
13
+
To install Stryker4s on your project, add the following line to `project/plugins.sbt`[](https://central.sonatype.com/artifact/io.stryker-mutator/sbt-stryker4s_2.12_1.0):
0 commit comments