From b41564bb92cf8e66021d96a54524e819e87cd58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Tue, 2 Mar 2021 12:31:17 +0100 Subject: [PATCH] Version 0.3.2. --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 817a918..9b526da 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An sbt plugin for [missinglink](https://github.com/spotify/missinglink). Add the following line in `project/plugins.sbt`: ```scala -addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.1") +addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.2") ``` the simply run the following task for the project you want to test: diff --git a/build.sbt b/build.sbt index 73fc4a6..07ad707 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ inThisBuild( Def.settings( scalaVersion := "2.12.9", organization := "ch.epfl.scala", - version := "0.3.2-SNAPSHOT", + version := "0.3.2", homepage := Some(url("https://github.com/scalacenter/sbt-missinglink")), licenses += ("BSD New", url("https://github.com/scalacenter/sbt-missinglink/blob/master/LICENSE")),