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

Commit

Permalink
Merge pull request #109 from joernio/michael/sbt-dynver
Browse files Browse the repository at this point in the history
use sbt-dynver for it's nicer `1.2.3+2-hash` versions which preserve ordering
  • Loading branch information
mpollmeier authored Oct 8, 2021
2 parents 5edc403 + 9f45712 commit 1f6d7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ val cpgVersion = "1.3.363"
val ghidra2cpgVersion = "0.0.39"

enablePlugins(JavaAppPackaging)
enablePlugins(GitVersioning)

libraryDependencies ++= Seq(
"com.lihaoyi" %% "sourcecode" % "0.1.9",
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "1.2.2")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.5")
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.18")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

0 comments on commit 1f6d7c7

Please sign in to comment.