Skip to content

Commit

Permalink
Bump scala version to 2.12.15 (close #532)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter authored and dilyand committed Dec 16, 2021
1 parent 3203a36 commit 38d242c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class GoogleAnalyticsAdapterSpec extends Specification with DataTables with Vali
|"data":{"promotionAction":"action"}
|},{
|"schema":"iglu:com.google.analytics.measurement-protocol/promotion/jsonschema/1-0-0",
|"data":{"index":12,"id":"id"}
|"data":{"id":"id","index":12}
|}]
|}""".stripMargin.replaceAll("[\n\r]", "")
val expectedParams = static ++ Map("ue_pr" -> expectedUE, "co" -> expectedCO).toOpt
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object BuildSettings {
/** Common base settings */
lazy val basicSettings = Seq(
organization := "com.snowplowanalytics",
scalaVersion := "2.12.11",
scalaVersion := "2.12.15",
javacOptions := Seq("-source", "11", "-target", "11"),
resolvers ++= Dependencies.resolutionRepos,
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.html")),
Expand Down

0 comments on commit 38d242c

Please sign in to comment.