We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbd929 commit b26d846Copy full SHA for b26d846
build.sbt
@@ -2,6 +2,6 @@ libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.0" % Test
2
3
organization in ThisBuild := "com.thoughtworks.extractor"
4
5
-organization in ThisBuild := "extractor"
+name := "extractor"
6
7
crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.8", "2.12.0-M5")
0 commit comments