Skip to content

Commit

Permalink
Publish Maven style
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Dec 5, 2020
1 parent 4cb0c49 commit e14250b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ lazy val core = project
.settings(
name := "sbt-http4s-org",
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.18.3"),
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2"),
publishMavenStyle := true,
)

// General Settings
Expand Down

0 comments on commit e14250b

Please sign in to comment.