Skip to content

Commit 2393b25

Browse files
chore(deps): update all non-major dependencies to v3.5.0 (#255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70e113f commit 2393b25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"firely.terminal": {
6-
"version": "3.4.0",
6+
"version": "3.5.0",
77
"commands": ["fhir"]
88
}
99
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sushi --version
3333
EOF
3434

3535
# renovate: datasource=nuget depName=Firely.Terminal extractVersion=^(?<version>.*)$
36-
ARG FIRELY_TERMINAL_VERSION=3.4.0
36+
ARG FIRELY_TERMINAL_VERSION=3.5.0
3737
RUN <<EOF
3838
set -e
3939
dotnet tool install --global Firely.Terminal --version ${FIRELY_TERMINAL_VERSION}

0 commit comments

Comments
 (0)