From a203cedf932400a9b08a4542b58683b641643f01 Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Sat, 10 Oct 2020 18:43:59 +0200 Subject: [PATCH] Release 1.5.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 985a44aa..6f052dea 100644 --- a/build.sbt +++ b/build.sbt @@ -5,8 +5,8 @@ lazy val supportedScalaVersions = Seq("2.11.12", "2.12.12", "2.13.3") lazy val fs2ScalaVersions = Seq("2.12.12", "2.13.3") ThisBuild / organization := "com.github.mjakubowski84" -ThisBuild / version := "1.6.0-SNAPSHOT" -ThisBuild / isSnapshot := true +ThisBuild / version := "1.5.1" +ThisBuild / isSnapshot := false ThisBuild / scalaVersion := "2.12.12" ThisBuild / scalacOptions ++= Seq("-deprecation", "-target:jvm-1.8") ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-unchecked", "-deprecation", "-feature")