@@ -39,6 +39,9 @@ addCommandAlias(
3939
4040val isScala213 = settingKey[Boolean ](" Checks if the current Scala version is 2.13" )
4141
42+ Global / sonatypeCredentialHost := " s01.oss.sonatype.org"
43+ Global / sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
44+
4245inThisBuild(
4346 List (
4447 crossScalaVersions := supportedScalaVersions,
@@ -87,7 +90,7 @@ inThisBuild(
8790 // This needs to be set otherwise the GitHub workflow plugin gets confused about which
8891 // version to use for the publish job.
8992 scalaVersion := scala212,
90- versionPolicyFirstVersion := Some (" 0.1.6 " ),
93+ versionPolicyFirstVersion := Some (" 0.1.7 " ),
9194 versionPolicyIntention := Compatibility .BinaryAndSourceCompatible ,
9295 versionScheme := Some (" early-semver" )
9396 )
@@ -97,8 +100,6 @@ val commonProjectSettings = List(
97100 isScala213 := isScala213Setting.value,
98101 scalastyleFailOnError := true ,
99102 scalastyleFailOnWarning := true ,
100- sonatypeCredentialHost := " s01.oss.sonatype.org" ,
101- sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
102103 // Workaround for https://github.com/cb372/sbt-explicit-dependencies/issues/97
103104 undeclaredCompileDependenciesFilter -= moduleFilter(" com.thesamet.scalapb" , " scalapb-runtime" ),
104105 Compile / compile / wartremoverErrors := {
0 commit comments