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

Commit

Permalink
update swift:4.1 to use watson sdk 0.35 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr authored and mdeuser committed Oct 3, 2018
1 parent 172889f commit bbd530d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions swift4.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# IBM Functions Swift 4.1 Runtime

## 1.12.0
Changes:
- update watson sdk from version `0.34.0` to `0.35.0`

Swift runtime version: [swift-4.1-RELEASE](https://swift.org/builds/swift-4.1-release/ubuntu1404/swift-4.1-RELEASE/swift-4.1-RELEASE-ubuntu14.04.tar.gz)

Packages included:
- [Watson SDK 0.35.0](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/0.35.0)

## 1.11.0
Changes:
- update watson sdk from version `0.32.0` to `0.34.0`
Expand Down
3 changes: 2 additions & 1 deletion swift4.1/spm-build/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/watson-developer-cloud/swift-sdk", .exact("0.34.0"))
.package(url: "https://github.com/watson-developer-cloud/swift-sdk", .exact("0.35.0"))
],
targets: [
.target(
name: "Action",
dependencies: [
"AssistantV1",
"AssistantV2",
"ConversationV1",
"DiscoveryV1",
"LanguageTranslatorV3",
Expand Down

0 comments on commit bbd530d

Please sign in to comment.