From 08f96623d95477e0dc3f92ae3cafe6678483ccc2 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 4 Nov 2022 23:15:23 +0100 Subject: [PATCH] 0.6.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 34c75a8..50af8b2 100644 --- a/build.sc +++ b/build.sc @@ -6,7 +6,7 @@ val scala3 = "3.1.2" val scalaNative = "0.4.5" trait Publish extends PublishModule { - def publishVersion = "0.5.0" + def publishVersion = "0.6.0" def pomSettings = PomSettings( description = "Simple metrics collection", organization = "io.crashbox",