Skip to content

Commit 3bd955e

Browse files
committed
Update build.sbt
1 parent 8bf67f8 commit 3bd955e

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
@@ -4,9 +4,9 @@ name := """github-api"""
44

55
version := "0.3.0-SNAPSHOT"
66

7-
scalaVersion := "2.12.10"
7+
scalaVersion := "2.13.1"
88

9-
crossScalaVersions := Seq("2.10.7", "2.11.12", scalaVersion.value, "2.13.1")
9+
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.10", "2.13.1")
1010

1111
description := "The GitHub API from Scala with Async HTTP Client (Netty)"
1212

0 commit comments

Comments
 (0)