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

Commit

Permalink
Bumps structurizr-import.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 19, 2023
1 parent a3dc82f commit d8ae7cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
api 'com.structurizr:structurizr-client:1.28.0'
api 'com.structurizr:structurizr-import:1.6.0'
api 'com.structurizr:structurizr-import:1.7.0'

testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.19'
testImplementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.8.10'
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Adds the ability to specify the workspace scope via a `scope` keyword inside the workspace `configuration`.
- Adds support for specifying perspective values.
- Updates structurizr/java to [v1.28.0](https://github.com/structurizr/java/releases/tag/v1.28.0).
- Updates structurizr/import to [v1.7.0](https://github.com/structurizr/import/releases/tag/v1.7.0).

## 1.33.0 (27th October 2023)

Expand All @@ -17,6 +18,7 @@
- Fixes https://github.com/structurizr/dsl/issues/336 (Dynamic View does not allow !script tag).
- `!extend` can now be used instead of `!ref`.
- Updates structurizr/java to [v1.27.0](https://github.com/structurizr/java/releases/tag/v1.27.0).
- Updates structurizr/import to [v1.6.0](https://github.com/structurizr/import/releases/tag/v1.6.0).

## 1.32.0 (28th July 2023)

Expand Down

0 comments on commit d8ae7cf

Please sign in to comment.