From c695452b210c26050bdd736384f0327becafbc0d Mon Sep 17 00:00:00 2001 From: Seun Soyinka Date: Mon, 19 Aug 2024 11:09:25 -0500 Subject: [PATCH] Plugin config --- project/build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 87e2656..9bd9e7e 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -11,4 +11,5 @@ inThisBuild(List( url("https://geirsson.com") ) ) -)) \ No newline at end of file +)) +scalaVersion := "2.13.14" \ No newline at end of file