File tree 5 files changed +24
-3
lines changed
5 files changed +24
-3
lines changed Original file line number Diff line number Diff line change
1
+ all repositories in these organizations:
2
+
3
+ * [ scala] ( https://github.com/scala )
4
+ * [ scalacenter] ( https://github.com/scalacenter )
5
+ * [ lampepfl] ( https://github.com/lampepfl )
6
+
7
+ are covered by the Scala Code of Conduct: https://scala-lang.org/conduct/
Original file line number Diff line number Diff line change 198
198
distributed under the License is distributed on an "AS IS" BASIS,
199
199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
See the License for the specific language governing permissions and
201
- limitations under the License.
201
+ limitations under the License.
Original file line number Diff line number Diff line change
1
+ scala-java8-compat
2
+ Copyright (c) 2002-2019 EPFL
3
+ Copyright (c) 2011-2019 Lightbend, Inc.
4
+
5
+ scala-java8-compat includes software developed at
6
+ LAMP/EPFL (https://lamp.epfl.ch/) and
7
+ Lightbend, Inc. (https://www.lightbend.com/).
8
+
9
+ Licensed under the Apache License, Version 2.0 (the "License").
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ Example of conversions from the Java type ways:
268
268
269
269
``` scala
270
270
import scala .concurrent .duration ._
271
- import scala .compat .java8 .DurationConverters
271
+ import scala .compat .java8 .DurationConverters . _
272
272
273
273
val javaDuration : java.time.Duration = 5 .seconds.toJava
274
274
val finiteDuration : FiniteDuration = javaDuration.toScala
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ lazy val root = (project in file(".")).
52
52
53
53
libraryDependencies += " junit" % " junit" % " 4.12" % " test" ,
54
54
55
- libraryDependencies += " org.apache.commons" % " commons-lang3" % " 3.8.1 " % " test" ,
55
+ libraryDependencies += " org.apache.commons" % " commons-lang3" % " 3.9 " % " test" ,
56
56
57
57
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % " test" ,
58
58
You can’t perform that action at this time.
0 commit comments