Skip to content

Commit

Permalink
Changed: build.sbt - Scala 2.12.8 => 2.12.10 / sbt 1.2.6 => 1.2.8
Browse files Browse the repository at this point in the history
Removed: test coverage badge from README.md
  • Loading branch information
kevin-lee committed Oct 13, 2019
1 parent 0eb93c8 commit 9ae01be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![Build Status](https://semaphoreci.com/api/v1/kevin-lee/sbt-devoops/branches/master/badge.svg)](https://semaphoreci.com/kevin-lee/sbt-devoops)
[ ![Download](https://api.bintray.com/packages/kevinlee/sbt-plugins/sbt-devoops/images/download.svg) ](https://bintray.com/kevinlee/sbt-plugins/sbt-devoops/_latestVersion)

[![Coverage Status](https://coveralls.io/repos/github/Kevin-Lee/sbt-devoops/badge.svg?branch=master)](https://coveralls.io/github/Kevin-Lee/sbt-devoops?branch=master)

SBT Plugin to help CI and CD

# Get sbt-devoops
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
)
, startYear := Some(2018)
, sbtPlugin := true
, sbtVersion in Global := "1.2.6"
, sbtVersion in Global := "1.2.8"
, scalaCompilerBridgeSource := {
val sv = appConfiguration.value.provider.id.version
("org.scala-sbt" % "compiler-interface" % sv % "component").sources
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import wartremover.{Wart, Warts}
*/
object ProjectInfo {

val ProjectScalaVersion: String = "2.12.8"
val ProjectScalaVersion: String = "2.12.10"
val CrossScalaVersions: Seq[String] = Seq("2.10.7", ProjectScalaVersion)

val CrossSbtVersions: Seq[String] = Seq("0.13.17", "1.2.8")
Expand Down

0 comments on commit 9ae01be

Please sign in to comment.