Skip to content

Commit 41b4e04

Browse files
authored
Merge pull request #9 from ThoughtWorksInc/Atry-patch-1
Update Scala version to 2.13.0-M5
2 parents 9a77393 + 1fec0c9 commit 41b4e04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ scala:
1111
- "2.10.7"
1212
- "2.11.12"
1313
- "2.12.6"
14-
- "2.13.0-M4"
14+
- "2.13.0-M5"
1515

1616
jdk:
1717
- oraclejdk8

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1")
1+
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1+9-73e78eb9")
22

33
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
44

shared/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.6-SNAP2" % Test
1+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.7" % Test

0 commit comments

Comments
 (0)