Skip to content

Commit c2afc52

Browse files
committed
Merge branch 'update-sbt'
2 parents 0bf5375 + 3bd955e commit c2afc52

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22

33
scala:
4-
- 2.12.8
4+
- 2.12.10
55
- 2.13.1
66

77
script:

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ organization := "io.code-check"
22

33
name := """github-api"""
44

5-
version := "0.3.0"
5+
version := "0.3.1"
66

77
scalaVersion := "2.13.1"
88

9-
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "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

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.8
1+
sbt.version=1.3.8

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
22

3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.6")
44

0 commit comments

Comments
 (0)