From f319d82862b980981f1eb829c6dfcd05f92298e6 Mon Sep 17 00:00:00 2001 From: mareks Date: Mon, 25 Jan 2021 18:24:41 +0200 Subject: [PATCH 1/2] upgrade to Scala 2.12.13 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6a306c..bcf0237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: scala: - - 2.12.11 + - 2.12.13 steps: - uses: actions/checkout@v2 diff --git a/build.sbt b/build.sbt index 3624836..a9d6c5b 100755 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ bintrayOrganization := Some("evolutiongaming") scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.12.11") +crossScalaVersions := Seq("2.12.13") crossSbtVersions := Seq("1.3.13") From 97ddff3d8e6fefb8918f93875f041be3be625591 Mon Sep 17 00:00:00 2001 From: mareks Date: Mon, 25 Jan 2021 18:29:53 +0200 Subject: [PATCH 2/2] fix build status badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8dabb1..11972a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sbt-scalac-opts-plugin -[![Build Status](https://travis-ci.org/evolution-gaming/sbt-scalac-opts-plugin.svg)](https://travis-ci.org/evolution-gaming/sbt-scalac-opts-plugin) +[![Build Status](https://github.com/evolution-gaming/sbt-scalac-opts-plugin/workflows/CI/badge.svg)](https://github.com/evolution-gaming/sbt-scalac-opts-plugin/actions?query=workflow%3ACI) [![Coverage Status](https://coveralls.io/repos/evolution-gaming/sbt-scalac-opts-plugin/badge.svg)](https://coveralls.io/r/evolution-gaming/sbt-scalac-opts-plugin) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/15f881be37fa48078219c9c9e8d9361c)](https://www.codacy.com/app/evolution-gaming/sbt-scalac-opts-plugin?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/sbt-scalac-opts-plugin&utm_campaign=Badge_Grade) [![version](https://api.bintray.com/packages/evolutiongaming/sbt-plugins/sbt-scalac-opts-plugin/images/download.svg)](https://bintray.com/evolutiongaming/sbt-plugins/sbt-scalac-opts-plugin/_latestVersion) @@ -25,5 +25,5 @@ Create a file in your project called `project/plugins.sbt` with the following co ```scala externalResolvers += Resolver.bintrayIvyRepo("evolutiongaming", "sbt-plugins") -addSbtPlugin( "com.evolutiongaming" % "sbt-scalac-opts-plugin" % "0.0.4") +addSbtPlugin( "com.evolutiongaming" % "sbt-scalac-opts-plugin" % "0.0.6") ``` \ No newline at end of file