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

Commit 4449996

Browse files
authored
use latest released cpg (#230)
* latest cpg * manual release (due to cyclic cpg dependency) * use latest released cpg * trigger build
1 parent 4627a61 commit 4449996

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.1"
6+
val cpgVersion = "0.12.28"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ 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)