Skip to content

Commit 06bac11

Browse files
committed
[BUILD] Updated the build configuration.
1 parent 264081a commit 06bac11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ import sbtrelease.Vcs
2020
import scala.sys.process.Process
2121

2222
scalaVersion in ThisBuild := "2.12.6"
23-
crossScalaVersions in ThisBuild := Seq("2.11.11", "2.12.6")
23+
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.6")
2424

2525
organization in ThisBuild := "org.platanios"
2626

27-
val tensorFlowVersion = "1.9.0-rc0"
27+
val tensorFlowVersion = "1.9.0-rc1"
2828
val circeVersion = "0.9.1" // Use for working with JSON.
2929

3030
autoCompilerPlugins in ThisBuild := true

0 commit comments

Comments
 (0)