Skip to content

Commit a94f8ce

Browse files
committed
revert: remove versionScheme
1 parent 99501df commit a94f8ce

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

build.sbt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ThisBuild / dynverSeparator := "-"
77

88
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0"
99

10-
ThisBuild / versionScheme := Some("early-semver")
11-
1210
// Add hook for scalafmt validation
1311
Global / onLoad ~= { old =>
1412
if (!scala.util.Properties.isWin) {
@@ -288,6 +286,7 @@ lazy val launcherTest = project
288286
.dependsOn(launcher, frontend % "test->test")
289287
.settings(
290288
name := "bloop-launcher-test",
289+
(publish / skip) := true,
291290
scalafixSettings,
292291
testSuiteSettings,
293292
(Test / fork) := true,
@@ -451,20 +450,22 @@ lazy val twitterIntegrationProjects = project
451450
)
452451

453452
val allProjects = Seq(
454-
bloopShared,
455453
backend,
456-
frontend,
457454
benchmarks,
458-
sbtBloop,
459-
nativeBridge04,
455+
bloopgun,
456+
bloopgun213,
457+
bloopShared,
458+
buildpress,
459+
buildpressConfig,
460+
frontend,
460461
jsBridge06,
461462
jsBridge1,
462463
launcher,
463464
launcher213,
464465
launcherTest,
465-
sockets,
466-
bloopgun,
467-
bloopgun213
466+
nativeBridge04,
467+
sbtBloop,
468+
sockets
468469
)
469470

470471
val allProjectReferences = allProjects.map(p => LocalProject(p.id))

0 commit comments

Comments
 (0)