Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dse-graph-frame/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "dse-graph-frame"

version := "0.1"

scalaVersion := "2.11.8"
scalaVersion := "2.11.12"

// Please make sure that following DSE version matches your DSE cluster version.
val dseVersion = "5.1.2"
Expand Down
2 changes: 1 addition & 1 deletion entity-resolution/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "entity-resolution"

version := "0.1"

scalaVersion := "2.11.8"
scalaVersion := "2.11.12"

// Please make sure that following DSE version matches your DSE cluster version.
val dseVersion = "5.1.2"
Expand Down
2 changes: 1 addition & 1 deletion fraud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>jar</packaging>
<properties>
<dse.version>6.0.9</dse.version>
<scala.version>2.11.8</scala.version>
<scala.version>2.11.12</scala.version>
<scala.main.version>2.11</scala.main.version>
<cassandra.version>4.0</cassandra.version>
<junit.version>4.12</junit.version>
Expand Down