From 6ae552ae3b92ff509dc1af329f8d2662bc894f73 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Tue, 11 Jan 2022 13:24:41 +0100 Subject: [PATCH] dep: bump sbt to 1.6.1 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2dbe37f4..d369cc85 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ inThisBuild( licenses := Seq( "Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0") ), - scalaVersion := "2.12.14" + scalaVersion := "2.12.15" ) ) diff --git a/project/build.properties b/project/build.properties index e64c208f..3161d214 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.8 +sbt.version=1.6.1