diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..2743082 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.9.6 diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..ef345f3 --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") \ No newline at end of file