Skip to content

Commit a8a63d1

Browse files
committed
Added build.properties for compatbility with sbt 0.12, also updated other files
1 parent 9ca584d commit a8a63d1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.class
2+
*~
23
.idea
34
.idea_modules
45
target

project/build.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sbt.version=0.11.3

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ resolvers += Resolver.url(
33
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/")
44
)(Resolver.ivyStylePatterns)
55

6-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.8.0")
6+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.8.3")

0 commit comments

Comments
 (0)