From 8241d37884938de96e98079486683072b736d13b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 8 Jan 2023 14:29:29 +0100 Subject: [PATCH 1/2] Update sbt to 1.8.2 (#413) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 8b9a0b0..46e43a9 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.0 +sbt.version=1.8.2 From 205464e397f1352d06ff85fb84ace839968dfec1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 8 Jan 2023 14:29:47 +0100 Subject: [PATCH 2/2] Update scalatest to 3.2.15 (#414) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d0132a3..d6ace10 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "org.scalaz" %% "scalaz-core" % "7.2.35", "org.scalaz" %% "scalaz-effect" % "7.2.35", - "org.scalatest" %% "scalatest" % "3.2.14" % "test" + "org.scalatest" %% "scalatest" % "3.2.15" % "test" ), homepage := Some(url("https://github.com/sbt/sbt-eclipse")), licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),