Skip to content

Commit

Permalink
Scala-steward combined updates, part 1 [BT-560] (#6708)
Browse files Browse the repository at this point in the history
  • Loading branch information
breilly2 authored Mar 14, 2022
1 parent d2f2c9c commit 8790504
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion codegen_java/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.5.8
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ object Dependencies {
private val scalacheckV = "1.15.4"
private val scalacticV = "3.2.10"
private val scalameterV = "0.19"
private val scalamockV = "5.1.0"
private val scalamockV = "5.2.0"
// scalatestV and flexmarkV must be upgraded together. Check the ScalaTest release notes to
// find the version of FlexMark that corresponds to the new version of ScalaTest.
private val scalatestV = "3.2.10"
Expand All @@ -121,8 +121,8 @@ object Dependencies {
* Related Slick PR: https://github.com/slick/slick/pull/2101
*/
private val slickV = "3.3.2-2076hotfix" // scala-steward:off (CROM-6620)
private val snakeyamlV = "1.29"
private val specs2MockV = "4.12.12"
private val snakeyamlV = "1.30"
private val specs2MockV = "4.13.3"
private val sprayJsonV = "1.3.6"
private val sttpV = "1.5.19" // scala-steward:off (CROM-6564)
private val swaggerParserV = "1.0.56"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.8.2")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")

0 comments on commit 8790504

Please sign in to comment.