Skip to content

Commit e108f4f

Browse files
committed
Upgrade to Scala 2.12.3
Also upgraded sbt-example
1 parent b34ac6c commit e108f4f

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ lazy val unidoc =
152152

153153
organization in ThisBuild := "com.thoughtworks.deeplearning"
154154

155-
crossScalaVersions := Seq("2.11.11", "2.12.2")
155+
crossScalaVersions := Seq("2.11.11", "2.12.3")

plugins-Builtins/src/main/scala-2.12/com/thoughtworks/deeplearning/plugins/Builtins.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ trait Builtins
1414
with FloatTraining
1515
with FloatLiterals
1616
with FloatWeights
17+
with CumulativeFloatLayers
1718
with DoubleTraining
1819
with DoubleLiterals
1920
with DoubleWeights {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "2.5.0")
22

3-
addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "2.0.1")
3+
addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "2.0.2")

0 commit comments

Comments
 (0)