From 06f479583f889ab0cad5d2975a41eaef863e1a9a Mon Sep 17 00:00:00 2001 From: Minyong Li <ml10g20@soton.ac.uk> Date: Thu, 18 Mar 2021 21:00:39 +0000 Subject: [PATCH] project/build.properties: add, lock sbt version --- project/build.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 project/build.properties diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..b5ef6ff --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.4.8 -- GitLab