We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a77393 + 1fec0c9 commit 41b4e04Copy full SHA for 41b4e04
.travis.yml
@@ -11,7 +11,7 @@ scala:
11
- "2.10.7"
12
- "2.11.12"
13
- "2.12.6"
14
- - "2.13.0-M4"
+ - "2.13.0-M5"
15
16
jdk:
17
- oraclejdk8
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1")
+addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1+9-73e78eb9")
2
3
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
4
shared/build.sbt
@@ -1 +1 @@
-libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.6-SNAP2" % Test
+libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.7" % Test
0 commit comments