diff --git a/build.sc b/build.sc index cfde91e..aade245 100644 --- a/build.sc +++ b/build.sc @@ -15,6 +15,10 @@ trait PPrintModule def mimaPreviousVersions = Seq("0.7.3", "0.8.0") ++ VcsVersion.vcsState().lastTag.toSeq + def mimaReportBinaryIssues() = + if (this.isInstanceOf[ScalaNativeModule] || this.isInstanceOf[ScalaJSModule]) T.command() + else super.mimaReportBinaryIssues() + def pomSettings = PomSettings( description = artifactName(), organization = "com.lihaoyi", diff --git a/project/build.properties b/project/build.properties index a919a9b..e8a1e24 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.8 +sbt.version=1.9.7