Skip to content

Commit 4e4b042

Browse files
committed
publish scalatest & scalactic for dotty 0.23 in com.sandinh organization
1 parent ae6451f commit 4e4b042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/DottyBuild.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ trait DottyBuild { this: BuildCommons =>
2727
.settings(scalacticDocSettings: _*)
2828
.settings(
2929
projectTitle := "Scalactic",
30-
organization := "org.scalactic",
30+
organization := "com.sandinh",
3131
moduleName := "scalactic",
3232
initialCommands in console := "import org.scalactic._",
3333
sourceGenerators in Compile += {
@@ -84,7 +84,7 @@ trait DottyBuild { this: BuildCommons =>
8484
.settings(dottySettings: _*)
8585
.settings(
8686
projectTitle := "ScalaTest",
87-
organization := "org.scalatest",
87+
organization := "com.sandinh",
8888
moduleName := "scalatest",
8989
initialCommands in console := """|import org.scalatest._
9090
|import org.scalactic._

0 commit comments

Comments
 (0)