Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Adds release date, upgrades dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 17, 2023
1 parent 9b62d61 commit ded24be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repositories {
}

dependencies {
api 'com.structurizr:structurizr-core:1.23.0'
api 'com.structurizr:structurizr-core:1.23.1'

testImplementation 'com.structurizr:structurizr-client:1.23.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
testImplementation 'com.structurizr:structurizr-client:1.23.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
}

compileJava.options.encoding = 'UTF-8'
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.13.0 (unreleased)
## 1.13.0 (17th March 2023)

- Adds support for groups on dynamic views (Show group also in dynamic view #1).
- Fixes an issue when nested groups are configured, but groups are not nested.
Expand Down

0 comments on commit ded24be

Please sign in to comment.