Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuric committed Nov 4, 2024
1 parent fdabf2a commit b678139
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@
- Replace internal stack of data caches with a single data cache
- Manage settings internally without exposing them as system properties
- Manage implicits at lifecycle level and use scoped boundaries
- Update selenium from v4.25.0 to v4.26.0
- Update dependencies
- Update scala from v3.5.0 to v3.5.2
- Update selenium from v4.25.0 to v4.26.0
- Update gherkin from v29.0.0 to v30.0.0
- Update jlink from v3.26.3 to v3.27.1
- Update logback-core from v1.5.9 to v1.5.12
- Update logback-classic from v1.5.9 to v1.5.12
- Update jackson-databind from v2.17.2 to v2.18.1
- Add settings(s):
- `gwen.input.data.readOnly`
- Add implicit variable(s):
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy val projectSettings = Seq(
licenses += "Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"),
homepage := Some(url("https://gweninterpreter.org")),
versionScheme := Some("semver-spec"),
scalaVersion := "3.5.0",
scalaVersion := "3.5.2",
crossPaths := false,
trapExit := false,
scalacOptions ++= Seq(
Expand All @@ -56,9 +56,9 @@ lazy val mainDependencies = {

lazy val testDependencies = {
Seq(
"org.scalatest" %% "scalatest" % "3.2.18",
"org.scalatestplus" %% "mockito-4-2" % "3.2.11.0",
"org.mockito" % "mockito-core" % "4.11.0"
"org.scalatest" %% "scalatest" % "3.2.19",
"org.scalatestplus" %% "mockito-4-5" % "3.2.12.0",
"org.mockito" % "mockito-core" % "5.14.2"
).map(_ % Test)
}

Expand Down

0 comments on commit b678139

Please sign in to comment.