Skip to content

Commit 12ecf66

Browse files
authored
Merge pull request #46 from softwaremill/update/scala-library-2.13.8
Update scala-library to 2.13.8
2 parents 53bdcdf + 64b1634 commit 12ecf66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.softwaremill.Publish.ossPublishSettings
33

44
val scala211 = "2.11.12"
55
val scala212 = "2.12.12"
6-
val scala213 = "2.13.2"
6+
val scala213 = "2.13.8"
77
val scala30 = "3.0.0"
88

99
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ List(
@@ -23,7 +23,8 @@ lazy val retry = (projectMatrix in file("retry"))
2323
name := "retry",
2424
description := "a library of simple primitives for asynchronously retrying Scala Futures",
2525
libraryDependencies ++=
26-
Seq("org.scalatest" %%% "scalatest" % "3.2.9" % "test",
26+
Seq(
27+
"org.scalatest" %%% "scalatest" % "3.2.9" % "test",
2728
"com.softwaremill.odelay" %%% "odelay-core" % "0.3.3",
2829
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.6.0"
2930
)

0 commit comments

Comments
 (0)