From b0adedbfe3b0effd5b8916b955caeab4ae66d2fc Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 15 Apr 2024 09:37:09 +0800 Subject: [PATCH] . --- build.sc | 4 ++++ project/build.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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