Skip to content

Commit

Permalink
🔖 Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Mar 19, 2022
1 parent 48577a8 commit c991aa5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.7] - 2022-03-18

### Changed

- Upgraded Joern to 1.1.628 and CPG to 1.3.517.

### Fixed

- Misplaced where `createCpg` would abort on the `sootOnly` config. This has been fixed.

## [1.1.6] - 2022-03-18

### Added
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "Plume"
inThisBuild(
List(
organization := "com.github.plume-oss",
version := "1.1.6",
version := "1.1.7",
scalaVersion := "2.13.7",
crossScalaVersions := Seq("2.13.7", "3.1.1"),
resolvers ++= Seq(
Expand All @@ -14,8 +14,8 @@ inThisBuild(
)
)

val cpgVersion = "1.3.515"
val joernVersion = "1.1.622"
val cpgVersion = "1.3.517"
val joernVersion = "1.1.628"
val sootVersion = "4.3.0"
val tinkerGraphVersion = "3.4.11"
val neo4jVersion = "4.4.3"
Expand Down

0 comments on commit c991aa5

Please sign in to comment.