File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ scalacOptions := Seq(
1717)
1818autoAPIMappings := true
1919versionScheme := Some (" early-semver" )
20- publishTo := Some (Resolver .evolutionReleases) // sbt-release
20+ publishTo := Some (Resolver .evolutionReleases) // sbt-artifactory-plugin
2121versionPolicyIntention := Compatibility .BinaryCompatible // sbt-version-policy
2222
2323libraryDependencies ++= Seq (
@@ -31,3 +31,8 @@ licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))
3131// addCommandAlias("check", "scalafixEnable; scalafixAll --check; all versionPolicyCheck scalafmtCheckAll scalafmtSbtCheck")
3232addCommandAlias(" check" , " versionPolicyCheck" )
3333addCommandAlias(" build" , " all compile test" )
34+
35+ // TODO: remove this temporary workaround after v1.0.5
36+ versionPolicyCheck / skip := {
37+ scalaVersion.value == " 3.3.4"
38+ }
You can’t perform that action at this time.
0 commit comments