Skip to content

Commit

Permalink
fix scripted
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Mar 25, 2024
1 parent 627bd6b commit c6ef392
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,13 @@ def commonSettings: Seq[Def.Setting[_]] =
resolvers += MavenCache("local-maven", (LocalRootProject / target).value / "local-maven"),
)

lazy val root = (project in file("."))
.settings(commonSettings)

val `v1-0-0` = (project in file("v1.0.0"))
val semverSpecTest = project
.settings(commonSettings)
.settings(
name := "semver-spec-test",
version := "1.0.0",
)

val `v1-1-0` = (project in file("v1.1.0"))
.settings(commonSettings)
.settings(
name := "semver-spec-test",
version := "1.1.0",
)

val middle = project
.settings(commonSettings)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
> v1-0-0/publish
> v1-1-0/publish
> semverSpecTest/publish
> set semverSpecTest/version := "1.1.0"
> semverSpecTest/publish
> middle/publish

> use/check
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c6ef392

Please sign in to comment.