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 15
15
16
16
logLevel := Level .Warn
17
17
18
- val tensorFlowVersion = " 1.3.0 "
18
+ val tensorFlowVersion = " 1.5.0-rc1 "
19
19
20
20
libraryDependencies ++= Seq (
21
21
" ch.qos.logback" % " logback-classic" % " 1.2.3" ,
@@ -28,10 +28,10 @@ addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.3")
28
28
29
29
// Plugins used for generating the library website
30
30
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 " )
32
32
33
33
// 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 " )
35
35
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
36
36
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.0" )
37
37
You can’t perform that action at this time.
0 commit comments