Skip to content

Commit 26bae5f

Browse files
committed
Prep for BondLink publishing.
1 parent fdefadc commit 26bae5f

File tree

4 files changed

+11
-37
lines changed

4 files changed

+11
-37
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/scala.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Scala CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ bl-main ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ bl-main ]
88

99
jobs:
1010
build:
@@ -32,7 +32,3 @@ jobs:
3232
run: sbt tastyQueryJS/test
3333
- name: Run scalafmt check
3434
run: sbt scalafmtCheck
35-
- name: Run version policy check
36-
run: sbt versionPolicyCheck
37-
- name: Run TASTy-MiMa
38-
run: sbt tastyMiMaReportIssues

build.sbt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ inThisBuild(Def.settings(
2525

2626
scmInfo := Some(
2727
ScmInfo(
28-
url("https://github.com/scalacenter/tasty-query"),
29-
"scm:[email protected]:scalacenter/tasty-query.git",
30-
Some("scm:git:[email protected]:scalacenter/tasty-query.git")
28+
url("https://github.com/mblink/tasty-query"),
29+
"scm:[email protected]:mblink/tasty-query.git",
30+
Some("scm:git:[email protected]:mblink/tasty-query.git")
3131
)
3232
),
33-
organization := "ch.epfl.scala",
34-
homepage := Some(url(s"https://github.com/scalacenter/tasty-query")),
33+
organization := "bondlink",
34+
homepage := Some(url(s"https://github.com/mblink/tasty-query")),
3535
licenses += (("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),
36+
publishTo := Some("BondLink S3".at("s3://bondlink-maven-repo")),
3637
developers := List(
3738
Developer("sjrd", "Sébastien Doeraene", "[email protected]", url("https://github.com/sjrd/")),
3839
Developer("bishabosha", "Jamie Thompson", "[email protected]", url("https://github.com/bishabosha")),

project/plugins.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")
44

5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
6-
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.0")
5+
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0")
6+
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
7+
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.0")
78

89
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.3.0")

0 commit comments

Comments
 (0)