Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit b483c89

Browse files
authored
Publish to sonatype (#231)
1 parent 4449996 commit b483c89

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ organization := "io.shiftleft"
33
scalaVersion := "2.13.1"
44
enablePlugins(GitVersioning)
55

6-
val cpgVersion = "0.12.28"
6+
val cpgVersion = "0.12.29"
77
val antlrVersion = "4.7.2"
88

99
libraryDependencies ++= Seq(
@@ -121,6 +121,6 @@ developers := List(
121121
url("https://github.com/julianthome")
122122
)
123123
)
124-
// publishTo := sonatypePublishToBundle.value
124+
publishTo := sonatypePublishToBundle.value
125125
Global / useGpg := false
126126
Global / onChangedBuildSource := ReloadOnSourceChanges

project/plugins.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.8.0")
77
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
88
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "1.2.2")
99
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
10-
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")

0 commit comments

Comments
 (0)