Skip to content

Commit 1ad0fa0

Browse files
committed
Version bumps
1 parent 8ceca01 commit 1ad0fa0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import ReleaseTransformations._
22

33
lazy val baseSettings = Seq(
4-
scalaVersion := "2.12.3",
5-
crossScalaVersions := Seq(scalaVersion.value, "2.11.11"),
4+
scalaVersion := "2.12.8",
5+
crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
66
organization := "com.madgag.scala-git",
77
scmInfo := Some(ScmInfo(
88
url("https://github.com/rtyley/scala-git"),

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.0.2
1+
sbt.version=1.2.8

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
1+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
22

3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.4")
44

5-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
5+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")

0 commit comments

Comments
 (0)