diff --git a/build.sbt b/build.sbt index 5fa9cc00..aa9f2d2d 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.1.1", + version := "4.2.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