From fc0864766eae51080e53d5fa8c15f4d7a8c1d4e0 Mon Sep 17 00:00:00 2001 From: Oleg Nizhnik Date: Fri, 16 Oct 2020 09:25:54 +0300 Subject: [PATCH] Version bump --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f209a3e9..1e5eea1b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.sbt.SbtGit.git -val pubVersion = "0.12.6" +val pubVersion = "0.12.7" val publishSettings = List( name := "Typed Schema",