summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-06-29 13:06:53 +0200
committerJakob Odersky <jodersky@gmail.com>2015-06-29 13:06:53 +0200
commitc316780f74fad633867b0c500325a80181b1882b (patch)
treea8fa8e608f7f2a4993e57ce38b838a4e2a30e568
parent3ec92adcf0e8164d6b434eb4120192aa51fd2857 (diff)
downloadsims-master.tar.gz
sims-master.tar.bz2
sims-master.zip
bump version and add assembly pluginHEADv1.2master
-rw-r--r--build.sbt2
-rw-r--r--project/plugins.sbt1
2 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 2bd320c..2f3271d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
name := "sims"
-version := "1.1"
+version := "1.2"
scalaVersion := "2.11.7"
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..74adde3
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")