From 0916273bd17bbac989cfdc5ca61554adafc5e790 Mon Sep 17 00:00:00 2001 From: Ben Fradet Date: Wed, 21 Oct 2020 14:51:47 +0200 Subject: [PATCH] Bump to 0.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 603151c..5b1e0bb 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.typesafe.sbt.SbtGit.GitKeys._ lazy val buildSettings = Seq( organization := "com.github.benfradet", - version := "0.5.0-SNAPSHOT", + version := "0.5.0", scalaVersion := "2.12.10", crossScalaVersions := Seq("2.11.12", "2.12.10") )