Skip to content

Commit aaab52c

Browse files
Update Unity SDK dependency to version 9.3.0
1 parent 1e3bfa0 commit aaab52c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

c-sharp-chat/PubnubChatApi/PubnubChatApi/PubnubChatApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
17-
<PackageReference Include="PubnubPCL" Version="7.5.0" />
17+
<PackageReference Include="PubnubPCL" Version="8.0.1" />
1818
</ItemGroup>
1919

2020
</Project>

unity-chat/PubnubChatUnity/Assets/PubnubChat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"dependencies": {
28-
"com.pubnub.sdk": "9.2.0"
28+
"com.pubnub.sdk": "9.3.0"
2929
},
3030
"repository": "https://github.com/pubnub/unity-chat"
3131
}

unity-chat/PubnubChatUnity/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"com.unity.nuget.newtonsoft-json": "3.0.2"
99
},
10-
"hash": "841822252c4f8c932961a3386cd55610b749e319"
10+
"hash": "71217ab68a9640cb50b2ed2d3fed0b992d83d90f"
1111
},
1212
"com.unity.collab-proxy": {
1313
"version": "2.6.0",

0 commit comments

Comments
 (0)