Skip to content

Commit

Permalink
Bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Obedin committed Dec 3, 2015
1 parent acca13a commit 487a043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ def newProject(projectName: String): Project =
.settings(
name := "sbt-structure-" + projectName,
organization := "org.jetbrains",
version := "5.0.0",
version := "5.0.1",
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
Expand Down

0 comments on commit 487a043

Please sign in to comment.