Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Oct 14, 2020
1 parent 4aaaffc commit 2352da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val commonSettings = List(
scalaVersion := scala212,
crossScalaVersions := Seq(scala213, scala212),
organization := "org.gnieh",
version := "0.8.0-SNAPSHOT",
version := "0.8.0",
licenses += ("The Apache Software License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
homepage := Some(url("https://github.com/satabin/fs2-data")),
scalacOptions ++= List("-feature",
Expand Down

0 comments on commit 2352da3

Please sign in to comment.