From 108bcaa07afd4a547ec0551a3015112fe9fd3964 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Dec 2024 22:34:24 +0000 Subject: [PATCH] Update actions, collections, core-macros, ... to 1.10.7 --- project/Dependencies.scala | 8 +++++--- project/build.properties | 2 +- .../simple/project/build.properties | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3f01504..50cf504 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,19 +3,21 @@ import sbt.* object Dependencies { private val jGivenVersion = "2.0.1" - private val sbtVersion = "1.10.6" + private val sbtVersion = "1.10.7" private val scalatestVersion = "3.2.19" lazy val gson = "com.google.code.gson" % "gson" % "2.11.0" lazy val `jgiven-core` = "com.tngtech.jgiven" % "jgiven-core" % jGivenVersion - lazy val `jgiven-html5-report` = "com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion exclude ("commons-io", "commons-io") + lazy val `jgiven-html5-report` = + "com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion exclude ("commons-io", "commons-io") lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.3" % Test lazy val `scalatest-core` = "org.scalatest" %% "scalatest-core" % scalatestVersion lazy val `scalatest-featurespec` = "org.scalatest" %% "scalatest-featurespec" % scalatestVersion lazy val `scalatest-flatspec` = "org.scalatest" %% "scalatest-flatspec" % scalatestVersion % Test lazy val `scalatest-shouldmatchers` = "org.scalatest" %% "scalatest-shouldmatchers" % scalatestVersion % Test lazy val `scalatest-wordspec` = "org.scalatest" %% "scalatest-wordspec" % scalatestVersion % Test - lazy val `sbt-` = "org.scala-sbt" % "sbt" % sbtVersion // append dash to avoid error: :1: error: value internal is not a member of sbt.librarymanagement.ModuleID sbt.internal.DslEntry + lazy val `sbt-` = + "org.scala-sbt" % "sbt" % sbtVersion // append dash to avoid error: :1: error: value internal is not a member of sbt.librarymanagement.ModuleID sbt.internal.DslEntry lazy val `sbt-actions` = "org.scala-sbt" %% "actions" % sbtVersion lazy val `sbt-collections` = "org.scala-sbt" %% "collections" % sbtVersion lazy val `sbt-core-macros` = "org.scala-sbt" %% "core-macros" % sbtVersion diff --git a/project/build.properties b/project/build.properties index 7a159c4..fe69360 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.10.6 +sbt.version = 1.10.7 diff --git a/src/sbt-test/sbt-jgiven-scalatest-reporter/simple/project/build.properties b/src/sbt-test/sbt-jgiven-scalatest-reporter/simple/project/build.properties index 7a159c4..fe69360 100644 --- a/src/sbt-test/sbt-jgiven-scalatest-reporter/simple/project/build.properties +++ b/src/sbt-test/sbt-jgiven-scalatest-reporter/simple/project/build.properties @@ -1 +1 @@ -sbt.version = 1.10.6 +sbt.version = 1.10.7