File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11name : publish-sonatype
22on :
33 push :
4- branches : [main]
4+ branches : [main, ci ]
55 tags : ["*"]
66jobs :
77 publish :
Original file line number Diff line number Diff line change @@ -4,14 +4,10 @@ val scala3Ver = "3.3.6"
44
55val githubId = " rayrobdod/string-context-parser-combinator"
66
7- sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
8- ThisBuild / sonatypeCredentialHost := " s01.oss.sonatype.org"
97ThisBuild / dynverVTagPrefix := false
108ThisBuild / organization := " name.rayrobdod"
119
1210lazy 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" ),
Original file line number Diff line number Diff line change 11addSbtPlugin(" ch.epfl.scala" % " sbt-tasty-mima" % " 1.3.0" )
22addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
33addSbtPlugin(" 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 " )
55addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
66addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.18.2" )
77addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.7" )
You can’t perform that action at this time.
0 commit comments