Skip to content

Commit 9f9fd2b

Browse files
author
Cristian Popovici
committed
update to scala 2.13
1 parent 7028dbd commit 9f9fd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 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.6", "2.11.10", "2.12.8")
5+
crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.8","2.13.1")
66

77
version := "0.3.0"
88

9-
scalaVersion := "2.12.8"
9+
scalaVersion := "2.13.1"
1010

1111
// Force building with Java 8
1212
initialize := {

0 commit comments

Comments
 (0)