Skip to content

Commit c6bb542

Browse files
authored
Merge pull request #88 from scala-steward/update/scala-library-2.13.12
Update scala-library to 2.13.12
2 parents 23d54d5 + 0b9b979 commit c6bb542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
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.6", "2.11.10", "2.12.15","2.13.11", "3.0.2")
5+
crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.12", "3.0.2")
66

77
version := "0.5.0-SNAPSHOT"
88

9-
scalaVersion := "2.13.11"
9+
scalaVersion := "2.13.12"
1010

1111
scalacOptions ++= Seq(
1212
// warnings

0 commit comments

Comments
 (0)