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

Commit

Permalink
use latest released cpg (#230)
Browse files Browse the repository at this point in the history
* latest cpg

* manual release (due to cyclic cpg dependency)

* use latest released cpg

* trigger build
  • Loading branch information
mpollmeier authored Sep 18, 2020
1 parent 4627a61 commit 4449996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.1"
val cpgVersion = "0.12.28"
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: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ 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 4449996

Please sign in to comment.