File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.softwaremill.Publish.ossPublishSettings
3
3
4
4
val scala211 = " 2.11.12"
5
5
val scala212 = " 2.12.12"
6
- val scala213 = " 2.13.2 "
6
+ val scala213 = " 2.13.8 "
7
7
val scala30 = " 3.0.0"
8
8
9
9
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ List (
@@ -23,7 +23,8 @@ lazy val retry = (projectMatrix in file("retry"))
23
23
name := " retry" ,
24
24
description := " a library of simple primitives for asynchronously retrying Scala Futures" ,
25
25
libraryDependencies ++=
26
- Seq (" org.scalatest" %%% " scalatest" % " 3.2.9" % " test" ,
26
+ Seq (
27
+ " org.scalatest" %%% " scalatest" % " 3.2.9" % " test" ,
27
28
" com.softwaremill.odelay" %%% " odelay-core" % " 0.3.3" ,
28
29
" org.scala-lang.modules" %%% " scala-collection-compat" % " 2.6.0"
29
30
)
You can’t perform that action at this time.
0 commit comments