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 Apr 18, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -43,23 +43,23 @@ libraryDependencies := {
43
43
44
44
## Maven sample
45
45
46
-
The following `pom.xml` snippet assumes you define a `scalaBinaryVersion` property in your pom.xml file. For example, the `scalaBinaryVersion` should be set to `2.11` for any Scala 2.11.x version.
46
+
The following `pom.xml` snippet assumes you define a `scala.compat.version` property in your pom.xml file for scala-maven-plugin 3.1.6 or later. For example, the `scala.compat.version` should be set to `2.11` for any Scala 2.11.x version.
47
47
48
48
```xml
49
49
<!-- taken from: http://github.com/scala/scala-module-dependency-sample -->
0 commit comments