Skip to content

Commit d3c934d

Browse files
committed
Update some plugins
1 parent 9ea455d commit d3c934d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.0
1+
sbt.version=1.7.3

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
1313

1414
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
1515

16-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
16+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
1717

1818
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.5")
1919

2020
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
2121

2222
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.8")
2323

24-
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.3"
24+
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.5"
2525
libraryDependencySchemes ++= Seq(
2626
"org.scala-native" % "sbt-scala-native" % VersionScheme.Always
2727
)

0 commit comments

Comments
 (0)