Skip to content

Commit 05ccc50

Browse files
committed
Update dependencies
1 parent d36fb93 commit 05ccc50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.9.9
1+
sbt.version=1.10.0

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
2-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
3-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
1+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
2+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
3+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
55
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
66
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
@@ -12,4 +12,4 @@ addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0")
1212
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
1313
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
1414
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.6")
15-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
15+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")

0 commit comments

Comments
 (0)