From e8796b0fc557f96e898449a3ae1ce296a678b5d9 Mon Sep 17 00:00:00 2001 From: Nikolay Obedin Date: Mon, 16 Nov 2015 15:52:42 +0300 Subject: [PATCH] Bump version to 5.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a244def6..521d079e 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ def newProject(projectName: String): Project = .settings( name := "sbt-structure-" + projectName, organization := "org.jetbrains", - version := "4.3.2", + version := "5.0.0", licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.html")), unmanagedSourceDirectories in Compile += baseDirectory.value.getParentFile / "shared" / "src" / "main" / "scala", publishMavenStyle := false