-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from guardian/mm-update-to-213
Use scala 2.13 as scalaVersion
- Loading branch information
Showing
12 changed files
with
69 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,13 @@ import com.gu.anghammarad.Contacts._ | |
import com.gu.anghammarad.models._ | ||
import com.gu.anghammarad.serialization.Serialization | ||
import com.gu.anghammarad.testutils.TryValues | ||
import org.scalatest.{FreeSpec, Matchers} | ||
import org.scalatest.freespec.AnyFreeSpec | ||
import org.scalatest.matchers.should.Matchers | ||
|
||
import scala.io.Source | ||
|
||
|
||
class ContactsTest extends FreeSpec with Matchers with TryValues { | ||
class ContactsTest extends AnyFreeSpec with Matchers with TryValues { | ||
val email = EmailMessage("subject", "text", "html") | ||
val emailAddress = EmailAddress("[email protected]") | ||
val hangoutMessage = HangoutMessage("json") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
anghammarad/src/test/scala/com/gu/anghammarad/TargetsTest.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.1.1 | ||
sbt.version=1.5.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.2") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.12") | ||
|
||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") | ||
|
||
addSbtPlugin("com.gu" % "sbt-riffraff-artifact" % "1.1.4") | ||
addSbtPlugin("com.gu" % "sbt-riffraff-artifact" % "1.1.17") | ||
|
||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.8") | ||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") | ||
|
||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") | ||
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") | ||
|
||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") | ||
|
||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "1.1.3-SNAPSHOT" | ||
version in ThisBuild := "1.2.0" |