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

Commit

Permalink
Publish to sonatype (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsx00 authored Sep 18, 2020
1 parent 4449996 commit b483c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization := "io.shiftleft"
scalaVersion := "2.13.1"
enablePlugins(GitVersioning)

val cpgVersion = "0.12.28"
val cpgVersion = "0.12.29"
val antlrVersion = "4.7.2"

libraryDependencies ++= Seq(
Expand Down Expand Up @@ -121,6 +121,6 @@ developers := List(
url("https://github.com/julianthome")
)
)
// publishTo := sonatypePublishToBundle.value
publishTo := sonatypePublishToBundle.value
Global / useGpg := false
Global / onChangedBuildSource := ReloadOnSourceChanges
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "1.2.2")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")

0 comments on commit b483c89

Please sign in to comment.