From 423f471e4b82df7475d800520ae89077937aaedf Mon Sep 17 00:00:00 2001 From: Nikolay Obedin Date: Thu, 3 Dec 2015 14:41:47 +0300 Subject: [PATCH] Bump version to 5.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bbb5f09b..238085a9 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 := "5.0.1", + version := "5.1.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