From 392963dcfdc164a03bbf79111b71ba54c78c1b9e Mon Sep 17 00:00:00 2001 From: Alex Nisnevich Date: Fri, 4 Dec 2020 21:18:01 -0800 Subject: [PATCH] 0.14.0-alpha-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 142f870..caabae1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ name := "wordbots-parser" -version := "0.13.1-alpha-SNAPSHOT" // wordbots-parser versions should correspond to the current wordbots-core release. +version := "0.14.0-alpha-SNAPSHOT" // wordbots-parser versions should correspond to the current wordbots-core release. val http4sVersion = "0.15.3" val circeVersion = "0.6.1"