Skip to content

Commit a9bbd16

Browse files
committed
2 parents 5e80264 + 6123be1 commit a9bbd16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22
val dottyVersion = "0.23.0"
33
val scala213Version = "2.13.2"
44
val spireVersion = "0.17.0-M1"
5-
val scalametaVersion = "4.3.13"
5+
val scalametaVersion = "4.3.14"
66
val onnxJavaCPPPresetVersion = "1.7.0-1.5.4-SNAPSHOT"
77

88

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.16")
77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
88
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")
99
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
10-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.0" )
10+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.1" )

0 commit comments

Comments
 (0)