Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Nov 29, 2020
1 parent c04b4c8 commit 865b59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0-SNAPSHOT"
ThisBuild / isSnapshot := true
ThisBuild / version := "1.7.0"
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")
Expand Down

0 comments on commit 865b59e

Please sign in to comment.