Skip to content

Commit

Permalink
Merge branch 'main' into update/scalatest-wordspec-3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl authored Nov 27, 2023
2 parents c00b170 + d3aea9d commit c8b5b91
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
updates.ignore = [ { groupId = "org.seleniumhq.selenium", artifactId = "selenium-java" } ]
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.6.1
version = 3.7.17
maxColumn = 150
runner.dialect = scala213
align.preset = more
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ lazy val root = (project in file(".")).settings(
scalacOptions += "-Wunused",
resolvers += "Artima Maven Repository" at "https://repo.artima.com/releases",
libraryDependencies ++= Seq(
"org.seleniumhq.selenium" % "selenium-java" % "4.5.3",
"com.lihaoyi" % "ammonite" % "2.5.5" cross CrossVersion.full,
"org.typelevel" %% "cats-free" % "2.9.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.13.0",
"com.lihaoyi" % "ammonite" % "2.5.11" cross CrossVersion.full,
"org.typelevel" %% "cats-free" % "2.10.0",
"org.scalatest" %% "scalatest-wordspec" % "3.2.17" % Test,
"org.scalactic" %% "scalactic" % "3.2.14",
"org.scalactic" %% "scalactic" % "3.2.17",
"org.scalamock" %% "scalamock" % "5.2.0" % Test
)
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.7.3
sbt.version = 1.9.7
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
resolvers += "Artima Maven Repository" at "https://repo.artima.com/releases"

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.2")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.12")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0")

Expand Down

0 comments on commit c8b5b91

Please sign in to comment.