Skip to content

Commit a203ced

Browse files
committed
Release 1.5.1
1 parent f676f0d commit a203ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ lazy val supportedScalaVersions = Seq("2.11.12", "2.12.12", "2.13.3")
55
lazy val fs2ScalaVersions = Seq("2.12.12", "2.13.3")
66

77
ThisBuild / organization := "com.github.mjakubowski84"
8-
ThisBuild / version := "1.6.0-SNAPSHOT"
9-
ThisBuild / isSnapshot := true
8+
ThisBuild / version := "1.5.1"
9+
ThisBuild / isSnapshot := false
1010
ThisBuild / scalaVersion := "2.12.12"
1111
ThisBuild / scalacOptions ++= Seq("-deprecation", "-target:jvm-1.8")
1212
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-unchecked", "-deprecation", "-feature")

0 commit comments

Comments
 (0)