From 3caca05a2d6667b8ca580de3ce6fa05e74eeb5d0 Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Tue, 24 Oct 2023 21:56:16 +0200 Subject: [PATCH] docs: update to latest snapshot version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114f3fd..611ca4f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ buildscript { } } dependencies { - classpath 'org.standardout:bnd-platform:2.1.0-SNAPSHOT' + classpath 'org.standardout:bnd-platform:3.0.0-SNAPSHOT' } }