Skip to content

Commit

Permalink
Merge pull request #31 from guardian/mc-fix-build-again
Browse files Browse the repository at this point in the history
Fix build again
  • Loading branch information
mchv authored Jan 8, 2024
2 parents 76eeb19 + 165b66e commit 8f5f4ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ lazy val `play-brotli-filter-root` = (project in file("."))
publish / skip := true,
crossScalaVersions := Nil,

organization := "com.gu",
/* deactivate cross-building and use `+` on `test` and `publishSigned` see https://www.scala-sbt.org/1.x/docs/Cross-Build.html */
releaseCrossBuild := false,
releaseProcess := Seq(
Expand All @@ -186,8 +187,8 @@ lazy val `play-brotli-filter-root` = (project in file("."))
commitReleaseVersion,
tagRelease,
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommand("sonatypeBundleRelease"),
setNextVersion,
commitNextVersion,
releaseStepCommand("sonatypeBundleRelease")
)
)
Binary file removed common/lib/native-linux-s390x-1.15.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.14-SNAPSHOT"
ThisBuild / version := "0.15-SNAPSHOT"

0 comments on commit 8f5f4ac

Please sign in to comment.