We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264081a commit 06bac11Copy full SHA for 06bac11
build.sbt
@@ -20,11 +20,11 @@ import sbtrelease.Vcs
20
import scala.sys.process.Process
21
22
scalaVersion in ThisBuild := "2.12.6"
23
-crossScalaVersions in ThisBuild := Seq("2.11.11", "2.12.6")
+crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.6")
24
25
organization in ThisBuild := "org.platanios"
26
27
-val tensorFlowVersion = "1.9.0-rc0"
+val tensorFlowVersion = "1.9.0-rc1"
28
val circeVersion = "0.9.1" // Use for working with JSON.
29
30
autoCompilerPlugins in ThisBuild := true
0 commit comments