Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions, collections, core-macros, ... to 1.10.7 #199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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: <expected-type>: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: <expected-type>: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
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.6
sbt.version = 1.10.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.6
sbt.version = 1.10.7
Loading