Skip to content

Commit

Permalink
Patch updates (#983)
Browse files Browse the repository at this point in the history
* joda-time 2.12.7 (was 2.12.6)

* scalatest 3.2.18 (was 3.2.17)

* specs2-core 4.20.5 (was 4.20.3)
  • Loading branch information
scala-steward authored Feb 24, 2024
1 parent e2a15aa commit fe77a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val isScala3 = Def.setting {

def specs2(scalaVersion: String) =
Seq("core", "junit").map { n =>
("org.specs2" %% s"specs2-$n" % "4.20.3") % Test
("org.specs2" %% s"specs2-$n" % "4.20.5") % Test
}

val jacksonDatabindVersion = "2.14.3"
Expand All @@ -35,7 +35,7 @@ val jacksons = Seq(
).map(_ % jacksonVersion) ++ jacksonDatabind

val joda = Seq(
"joda-time" % "joda-time" % "2.12.6"
"joda-time" % "joda-time" % "2.12.7"
)

// Common settings
Expand Down Expand Up @@ -144,7 +144,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)
),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.17" % Test,
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
),
Expand Down

0 comments on commit fe77a4e

Please sign in to comment.