Skip to content

Commit

Permalink
BT-745 Batch 2 of scala steward updates (#6906)
Browse files Browse the repository at this point in the history
* Update SBT to 2.0.0

* Fix sbt-git import

* Update mouse to 1.0.11

* Update rhino 1.7.14
  • Loading branch information
kraefrei authored Sep 20, 2022
1 parent 4884f73 commit e3f1ad0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ object Dependencies {
private val mockFtpServerV = "3.0.0"
private val mockitoV = "3.12.4"
private val mockserverNettyV = "5.14.0"
private val mouseV = "1.0.10"
private val mouseV = "1.0.11"

/*
Newer version 8.0.29 fails `Control characters should work with metadata` Centaur tests, has charset changes mentioned in release notes
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-29.html#mysqld-8-0-29-charset
Expand All @@ -89,7 +90,8 @@ object Dependencies {
private val pprintV = "0.7.1"
private val rdf4jV = "3.7.1"
private val refinedV = "0.9.29"
private val rhinoV = "1.7.13"
private val rhinoV = "1.7.14"

private val scalaCollectionCompatV = "2.5.0"
private val scalaGraphV = "1.13.1"
private val scalaLoggingV = "3.9.4"
Expand Down
3 changes: 2 additions & 1 deletion project/Version.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import Dependencies._
import com.typesafe.sbt.SbtGit._
import com.github.sbt.git.SbtGit._
import sbt.Keys._
import sbt._
import com.github.sbt.git.SbtGit

object Version {
// Upcoming release, or current if we're on a master / hotfix branch
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addDependencyTreePlugin

0 comments on commit e3f1ad0

Please sign in to comment.