From e177ebec6a70d209986ab8de8519386cf52d5073 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:32:00 +0200 Subject: [PATCH] Update sbt, scripted-plugin to 1.7.1 (#397) * Applied Scalafix rule(s) https://gist.githubusercontent.com/eed3si9n/57e83f5330592d968ce49f0d5030d4d5/raw/7f576f16a90e432baa49911c9a66204c354947bb/Sbt0_13BuildSyntax.scala See https://eed3si9n.com/syntactic-scalafix-rule-for-unified-slash-syntax for details * Update sbt, scripted-plugin to 1.7.1 * fix scalafix stuff Co-authored-by: Alexandre Archambault --- project/Settings.scala | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Settings.scala b/project/Settings.scala index 3b21982d2..257f4612d 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -20,7 +20,7 @@ object Settings { } lazy val shared = Seq( - resolvers += Resolver.sonatypeRepo("releases"), + resolvers ++= Resolver.sonatypeOssRepos("releases"), crossScalaVersions := Seq(scala212), scalaVersion := scala212, scalacOptions ++= Seq( diff --git a/project/build.properties b/project/build.properties index bb3a9b7dc..22af2628c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.6 +sbt.version=1.7.1