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

Commit

Permalink
Updated to reflect release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jan 28, 2023
1 parent c79a127 commit d0af741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repositories {
}

dependencies {
api 'com.structurizr:structurizr-client:1.18.0'
api 'com.structurizr:structurizr-documentation:1.1.0'
api 'com.structurizr:structurizr-client:1.19.0'
api 'com.structurizr:structurizr-documentation:1.1.1'

testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.13'
testImplementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.7.22'
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.24.0 (unreleased)
## 1.24.0 (28th January 2023)

- More variables are exposed to scripts, based upon where the script is defined (`element`, `relationship`, `view`).
- Improved the "unexpected tokens" error message to include a list of expected tokens.
Expand Down

0 comments on commit d0af741

Please sign in to comment.