Skip to content

Commit 1e8d7a8

Browse files
committed
[build] Update sbt-ci-release to 1.11.0
1 parent e1ff34a commit 1e8d7a8

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/publish-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: publish-sonatype
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, ci]
55
tags: ["*"]
66
jobs:
77
publish:

build.sbt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ val scala3Ver = "3.3.6"
44

55
val githubId = "rayrobdod/string-context-parser-combinator"
66

7-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
8-
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
97
ThisBuild / dynverVTagPrefix := false
108
ThisBuild / organization := "name.rayrobdod"
119

1210
lazy val sharedSettings = Seq(
13-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
14-
1511
organizationHomepage := Some(url("https://rayrobdod.name/")),
1612
homepage := Some(url("https://rayrobdod.name/programming/libraries/scala/string-context-parser-combinator/")),
1713
versionScheme := Some("early-semver"),

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.3.0")
22
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
33
addSbtPlugin("com.eed3si9n.ifdef" % "sbt-ifdef" % "0.4.1")
4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0")
55
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
77
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")

0 commit comments

Comments
 (0)