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.
com.sandinh
1 parent ae6451f commit 4e4b042Copy full SHA for 4e4b042
project/DottyBuild.scala
@@ -27,7 +27,7 @@ trait DottyBuild { this: BuildCommons =>
27
.settings(scalacticDocSettings: _*)
28
.settings(
29
projectTitle := "Scalactic",
30
- organization := "org.scalactic",
+ organization := "com.sandinh",
31
moduleName := "scalactic",
32
initialCommands in console := "import org.scalactic._",
33
sourceGenerators in Compile += {
@@ -84,7 +84,7 @@ trait DottyBuild { this: BuildCommons =>
84
.settings(dottySettings: _*)
85
86
projectTitle := "ScalaTest",
87
- organization := "org.scalatest",
88
moduleName := "scalatest",
89
initialCommands in console := """|import org.scalatest._
90
|import org.scalactic._
0 commit comments