Skip to content

Commit

Permalink
Merge pull request #32 from guardian/mc-publish-brotli4s
Browse files Browse the repository at this point in the history
Publish brotli4S
  • Loading branch information
mchv authored Jan 19, 2024
2 parents 8f5f4ac + 6923682 commit f453b85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ lazy val sharedSettings = Seq(
val Brotli4jVersion = "1.15.0"
lazy val common = project
.settings(
name:="brotli4s",
description := "A scala wrapper for brotli4j",
sharedSettings,
crossScalaVersions := Seq(Scala212, Scala213, Scala3),
libraryDependencies ++= Seq(
Expand Down Expand Up @@ -170,7 +172,7 @@ lazy val `play-v29` = project


lazy val `play-brotli-filter-root` = (project in file("."))
.aggregate(akka, pekko, `play-v28`,`play-v29` ,`play-v30`)
.aggregate(common, akka, pekko, `play-v28`,`play-v29` ,`play-v30`)
.settings(
publish / skip := true,
crossScalaVersions := Nil,
Expand Down

0 comments on commit f453b85

Please sign in to comment.