Skip to content

Commit

Permalink
Update a few dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk committed Aug 31, 2018
1 parent 0d997a9 commit 23edfff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lazy val library =
val logbackClassic = "1.2.3"
val scalaCheck = "1.13.5"
val scalaTest = "3.0.4"
val tensorFlow = "0.2.0-SNAPSHOT"
val tensorFlow = "0.2.4"

}
val betterFiles = "com.github.pathikrit" %% "better-files" % Version.betterFiles
Expand All @@ -82,7 +82,7 @@ lazy val library =

lazy val settings =
Seq(
scalaVersion := "2.12.4",
scalaVersion := "2.12.6",
organization := "io.brunk",
organizationName := "Sören Brunk",
startYear := Some(2017),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.1.0
sbt.version = 1.2.1

0 comments on commit 23edfff

Please sign in to comment.