File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616logLevel := Level .Warn
1717
18- val tensorFlowVersion = " 1.3.0 "
18+ val tensorFlowVersion = " 1.5.0-rc1 "
1919
2020libraryDependencies ++= 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
3030addSbtPlugin(" 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 " )
3535addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
3636addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.0" )
3737
You can’t perform that action at this time.
0 commit comments