Skip to content

Commit

Permalink
Bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Obedin committed Nov 16, 2015
1 parent 3f0c1c7 commit e8796b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8796b0

Please sign in to comment.