From 59f3b10641608b168646109019fa7e58768aaa18 Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Fri, 27 Oct 2023 22:46:13 +0200 Subject: [PATCH] docs: update reference to latest snapshot version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c698511..50980bd 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ buildscript { } } dependencies { - classpath 'org.standardout:bnd-platform:3.0.0-SNAPSHOT' + classpath 'org.standardout:bnd-platform:3.1.0-SNAPSHOT' } }