File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ trait DottyBuild { this: BuildCommons =>
17
17
lazy val dottySettings = List (
18
18
scalaVersion := dottyVersion,
19
19
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),
20
- scalacOptions := List (" -language:implicitConversions" )
20
+ scalacOptions := List (" -language:implicitConversions" , " -noindent " )
21
21
)
22
22
23
23
lazy val scalacticDotty = Project (" scalacticDotty" , file(" scalactic.dotty" ))
Original file line number Diff line number Diff line change @@ -163,11 +163,6 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
163
163
else
164
164
scalaLibraries(scalaVersion.value),
165
165
},
166
- /* publishTo <<= version { v: String =>
167
- val nexus = "https://oss.sonatype.org/"
168
- if (v.trim.endsWith("SNAPSHOT")) Some("publish-snapshots" at nexus + "content/repositories/snapshots")
169
- else Some("publish-releases" at nexus + "service/local/staging/deploy/maven2")
170
- },*/
171
166
publishTo := {
172
167
val nexus = "https://oss.sonatype.org/"
173
168
if (version.value.trim.endsWith("SNAPSHOT"))
@@ -485,7 +480,7 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
485
480
" org.scalatest.time" ,
486
481
" org.scalatest.tools" ,
487
482
" org.scalatest.verb" ,
488
- " org.scalatest.words" ,
483
+ " org.scalatest.words" ,
489
484
" org.scalatest.wordspec"
490
485
),
491
486
OsgiKeys .importPackage := Seq (
You can’t perform that action at this time.
0 commit comments