Skip to content

Commit

Permalink
Add publishing info
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Feb 11, 2021
1 parent fc5c298 commit e882234
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,31 @@ inThisBuild(
List(
scalaVersion := scala213,
crossScalaVersions := List(scala213),
organization := "com.sourcegraph",
scalafixDependencies +=
"com.github.liancheng" %% "organize-imports" % "0.5.0",
scalafixCaching := true,
scalacOptions ++= List("-Wunused:imports"),
semanticdbEnabled := true,
semanticdbVersion := scalametaVersion
semanticdbVersion := scalametaVersion,
organization := "com.sourcegraph",
homepage := Some(url("https://github.com/sourcegraph/lsif-java")),
licenses := List(
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
),
developers := List(
Developer(
"olafurpg",
"Ólafur Páll Geirsson",
"[email protected]",
url("https://github.com/olafurpg")
),
Developer(
"Strum355",
"Noah Santschi-Cooney",
"[email protected]",
url("https://github.com/Strum355")
)
)
)
)

Expand Down

0 comments on commit e882234

Please sign in to comment.