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(
17
17
)
18
18
autoAPIMappings := true
19
19
versionScheme := Some (" early-semver" )
20
- publishTo := Some (Resolver .evolutionReleases) // sbt-release
20
+ publishTo := Some (Resolver .evolutionReleases) // sbt-artifactory-plugin
21
21
versionPolicyIntention := Compatibility .BinaryCompatible // sbt-version-policy
22
22
23
23
libraryDependencies ++= Seq (
@@ -31,3 +31,8 @@ licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))
31
31
// addCommandAlias("check", "scalafixEnable; scalafixAll --check; all versionPolicyCheck scalafmtCheckAll scalafmtSbtCheck")
32
32
addCommandAlias(" check" , " versionPolicyCheck" )
33
33
addCommandAlias(" 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