Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-paradox-material-theme-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyglow authored Feb 21, 2024
2 parents 376a9b5 + 04f8804 commit 811f11f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lazy val commonSettings = ScalaVer.settings ++ Seq(
ReleaseStep(action = Command.process("sonatypeReleaseAll", _), enableCrossBuild = true),
pushChanges
),
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % Test
)

lazy val core = { project in file("core") }.settings(
Expand Down Expand Up @@ -183,7 +183,7 @@ lazy val `joda-time` = { project in file("modules/joda-time") }
.settings(
commonSettings,
name := "scala-jsonschema-joda-time",
libraryDependencies += "joda-time" % "joda-time" % "2.12.5"
libraryDependencies += "joda-time" % "joda-time" % "2.12.7"
)

lazy val `cats` = { project in file("modules/cats") }
Expand Down
12 changes: 6 additions & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.9")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.10")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

// github actions
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")

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

// Documentation
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")
addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")

ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

0 comments on commit 811f11f

Please sign in to comment.