Skip to content

Commit

Permalink
disable cross version build
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Jan 5, 2021
1 parent 04a2c82 commit 6fbec70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ThisBuild / pomIncludeRepository := { _ => false }
ThisBuild / sonatypeProfileName := "yurique"
ThisBuild / publishArtifact in Test := false
ThisBuild / publishMavenStyle := true
ThisBuild / releaseCrossBuild := true
ThisBuild / releaseCrossBuild := false
ThisBuild / crossScalaVersions := Seq("2.13.4")

lazy val noPublish = Seq(
publishLocal / skip := true,
Expand Down Expand Up @@ -55,6 +56,9 @@ lazy val stringdiff =
lazy val root = project
.in(file("."))
.settings(noPublish)
.settings(
name := "app.tulz.stringdiff"
)
.aggregate(
stringdiff.js,
stringdiff.jvm
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.5
sbt.version=1.4.6

0 comments on commit 6fbec70

Please sign in to comment.