Skip to content

Commit

Permalink
🔖 Release v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Sep 7, 2021
1 parent e9950ae commit 5896bfb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.5.13] - 2021-09-07

### Changed

- Upgrade ShiftLeft dependencies to 1.3.314
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.12
0.5.13
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sootVersion=4.2.1
lz4Version=1.7.1
cache2kVersion=2.0.0.Final

dokkaVersion=0.10.1
dokkaVersion=1.4.32
orchidVersion=0.21.1
jacocoVersion=0.8.6
bintrayVersion=1.8.4
Expand Down
4 changes: 2 additions & 2 deletions plume/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ task dokkaJar(type: Jar) {
group = JavaBasePlugin.DOCUMENTATION_GROUP
description = "Assembles Kotlin docs with Dokka"
archiveClassifier.set("javadoc")
from(tasks.dokka)
dependsOn(tasks.dokka)
from(tasks.dokkaJavadoc)
dependsOn(tasks.dokkaJavadoc)
}

// Binds the main project and Scala layer into one Jar
Expand Down

0 comments on commit 5896bfb

Please sign in to comment.