File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - uses : coursier/setup-action@v1
1818 with :
1919 jvm : zulu:8.0.402
20- - uses : olafurpg/setup-gpg@v3
2120 - run : ./make.sh && ./publish.sh
2221 env :
2322 SBT_NATIVE_CLIENT : false
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ object Settings {
6969 javacOptions ++= javacOptionsVersion(scalaVersion.value),
7070 scalacOptions ++= scalacOptionsVersion(scalaVersion.value),
7171 Compile / doc / scalacOptions ++= scalaDocOptionsVersion(scalaVersion.value),
72+ versionScheme := Some (" early-semver" ),
7273 useCoursier := false ,
7374 developers := List (
7475 Developer (
" amurgia" ,
" Antonio Murgia" ,
" [email protected] " , url(
" https://github.com/tmnd1991" )),
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
2- addSbtPlugin(" com.geirsson " % " sbt-ci-release" % " 1.5.3 " )
1+ addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
2+ addSbtPlugin(" com.github.sbt " % " sbt-ci-release" % " 1.5.12 " )
You can’t perform that action at this time.
0 commit comments