From d138037e1ad39d1f19e38ecd39de3a43934d0c04 Mon Sep 17 00:00:00 2001 From: Mikael Mayer Date: Wed, 30 Oct 2024 19:53:01 -0500 Subject: [PATCH] Two more updates to the runtime --- Source/DafnyPipeline/DafnyPipeline.csproj | 2 +- Source/DafnyRuntime/DafnyRuntime.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/DafnyPipeline/DafnyPipeline.csproj b/Source/DafnyPipeline/DafnyPipeline.csproj index 35baf4ddff4..6ac6e5227ce 100644 --- a/Source/DafnyPipeline/DafnyPipeline.csproj +++ b/Source/DafnyPipeline/DafnyPipeline.csproj @@ -90,7 +90,7 @@ DafnyRuntimeJava Always - + DafnyRuntime.jar DafnyRuntime.jar PreserveNewest diff --git a/Source/DafnyRuntime/DafnyRuntime.csproj b/Source/DafnyRuntime/DafnyRuntime.csproj index 336bad0466b..0533feacdce 100644 --- a/Source/DafnyRuntime/DafnyRuntime.csproj +++ b/Source/DafnyRuntime/DafnyRuntime.csproj @@ -46,7 +46,7 @@ - DafnyRuntimeJava/build/libs/DafnyRuntime-4.6.0.jar + DafnyRuntimeJava/build/libs/DafnyRuntime-4.9.0.jar