From c453e605231bb4835b144a67ed93f188eabfe2f5 Mon Sep 17 00:00:00 2001 From: Luke Gehorsam Date: Fri, 19 Feb 2021 14:34:47 -0500 Subject: [PATCH] update manifest to use latest version of nakama in sample scene --- Packages/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 0fbfdb67..eed89ed4 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,6 +1,6 @@ { "dependencies": { - "com.heroiclabs.nakama-unity": "https://github.com/heroiclabs/nakama-unity.git?path=/Packages/Nakama#baea20ccfda15b1e7c71195642e503a1b73732c3", + "com.heroiclabs.nakama-unity": "https://github.com/heroiclabs/nakama-unity.git?path=/Packages/Nakama#v2.8.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.audio": "1.0.0",