Skip to content

Commit d3cda1b

Browse files
committed
Merge branch 'master' into update/scala-library-2.10.7
2 parents 3e2bbb9 + 8c38303 commit d3cda1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name := "scala-retry"
22

33
organization := "com.github.hipjim"
44

5-
crossScalaVersions := Seq("2.10.7", "2.11.10", "2.12.10","2.13.6", "3.0.2")
5+
crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.10","2.13.7", "3.0.2")
66

77
version := "0.5.0-SNAPSHOT"
88

9-
scalaVersion := "2.13.6"
9+
scalaVersion := "2.13.7"
1010

1111
scalacOptions ++= Seq(
1212
// warnings
@@ -40,7 +40,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
4040
})
4141

4242
libraryDependencies ++= Seq(
43-
"org.scalatest" %% "scalatest" % "3.2.7" % "test"
43+
"org.scalatest" %% "scalatest" % "3.2.9" % "test"
4444
)
4545

4646
publishMavenStyle := true

0 commit comments

Comments
 (0)