From 9e861ef63c3fc7375bc6a498f48d70b5d82bc6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 17 May 2021 18:26:04 -0700 Subject: [PATCH] omnisharp: Update to version 1.37.9 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 272dcefee1..6aac41d7be 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { - "version": "1.37.8", + "version": "1.37.9", "description": "A .NET development platform based on roslyn workspaces", "homepage": "http://www.omnisharp.net", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.8/omnisharp-win-x64.zip", - "hash": "4780414ff3c5b10469bd154e506245e3d9cc25a4c9021109391e90b70054c3a7" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.9/omnisharp-win-x64.zip", + "hash": "c32e178747c2d08b57b208dcfe1696c37fc79cfa2627512c5c839018253ab670" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.8/omnisharp-win-x86.zip", - "hash": "96d95ae63ff2ed84c467b73d86af108c536f7479cfe4e277c481b8875482684f" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.9/omnisharp-win-x86.zip", + "hash": "6763891bd0554414906400fffd6cac6a326c865c41acc562c208b02e310353e9" } }, "bin": "omnisharp.exe",