Skip to content

Commit b95353b

Browse files
authored
Merge pull request #667 from AVSystem/sbt-updates
sbt 1.10.7, sbt-ci-release 1.9.2
2 parents a187826 + 2ab046b commit b95353b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty"
2-
sbt.version=1.10.6
2+
sbt.version=1.10.7

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
55
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
66
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
8-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
8+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1111
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 commit comments

Comments
 (0)