File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import ReleaseTransformations ._
2
2
3
3
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 " ),
6
6
organization := " com.madgag.scala-git" ,
7
7
scmInfo := Some (ScmInfo (
8
8
url(" https://github.com/rtyley/scala-git" ),
Original file line number Diff line number Diff line change 1
- sbt.version =1.0.2
1
+ sbt.version =1.2.8
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.6 " )
1
+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.11 " )
2
2
3
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.0 " )
3
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.4 " )
4
4
5
- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0 " )
5
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.2 " )
You can’t perform that action at this time.
0 commit comments