Skip to content

Commit

Permalink
Upgrade to metaconfig-0.14.0, mdoc-2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Dec 12, 2024
1 parent 97f3f3a commit 038e198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
// scalafmt: { maxColumn = 100, align.preset = more, align.allowOverflow = true }

object Dependencies {
val metaconfigV = "0.13.0"
val metaconfigV = "0.14.0"
val scalametaV = "4.12.0"
val scalacheckV = "1.18.1"
val coursier = "2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % crossProjectV)
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossProjectV)

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
Expand Down

0 comments on commit 038e198

Please sign in to comment.