From 83096c8135cdbe8e9d0116f11115fa1e245f6fe0 Mon Sep 17 00:00:00 2001 From: Frank Luong <100299641+fluong6@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:03:41 -0500 Subject: [PATCH] chore: updating tools to point to release 1.1.0 (#2302) * updating tools to point to release 1.1.0 * Update manifest.json * Updating tools 1.1.0 --- testproject-tools-integration/Packages/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject-tools-integration/Packages/manifest.json b/testproject-tools-integration/Packages/manifest.json index 98dff627b..d1845d58f 100644 --- a/testproject-tools-integration/Packages/manifest.json +++ b/testproject-tools-integration/Packages/manifest.json @@ -2,7 +2,7 @@ "registry": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates", "dependencies": { "com.unity.ide.rider": "3.0.7", - "com.unity.multiplayer.tools": "https://github.com/Unity-Technologies/com.unity.multiplayer.tools.git#release/1.0.0", + "com.unity.multiplayer.tools": "https://github.com/Unity-Technologies/com.unity.multiplayer.tools.git#release/1.1.0", "com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects", "com.unity.test-framework": "1.1.31", "com.unity.test-framework.performance": "2.8.0-preview",