Skip to content

Commit 13f1089

Browse files
committed
Updated some of the SBT plugins.
1 parent 39c986e commit 13f1089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
logLevel := Level.Warn
1717

18-
val tensorFlowVersion = "1.3.0"
18+
val tensorFlowVersion = "1.5.0-rc1"
1919

2020
libraryDependencies ++= Seq(
2121
"ch.qos.logback" % "logback-classic" % "1.2.3",
@@ -28,10 +28,10 @@ addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.3")
2828

2929
// Plugins used for generating the library website
3030
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
31-
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.1")
31+
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.15")
3232

3333
// Packaging and publishing related plugins
34-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
34+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
3535
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
3636
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
3737

0 commit comments

Comments
 (0)