Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
change scala version to match dataproc and set local to true
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardSmithONS committed Oct 28, 2021
1 parent ee1054a commit d61b295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)
scala:
- 2.12.15
- 2.12.14
jdk:
- oraclejdk11
branches:
Expand Down
2 changes: 1 addition & 1 deletion batch/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolvers ++= Seq(
"conjars" at "https://conjars.org/repo"
)

val localTarget: Boolean = false
val localTarget: Boolean = true
// set to true when testing locally (or to build a fat jar)
// false for deployment to Cloudera with a thin jar
// reload all sbt projects to clear ivy cache
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val commonSettings = Seq(
version := "0.0.1",
organization := "uk.gov.ons",
scalaVersion := "2.12.15",
scalaVersion := "2.12.14",
assembly / test := {}
)

Expand Down

0 comments on commit d61b295

Please sign in to comment.