Skip to content

Commit fd14508

Browse files
committedJul 14, 2020
Release 1.4.0
1 parent 3934686 commit fd14508

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
@@ -4,8 +4,8 @@ import bloop.integrations.sbt.BloopDefaults
44
lazy val supportedScalaVersions = Seq("2.11.12", "2.12.11", "2.13.3")
55

66
ThisBuild / organization := "com.github.mjakubowski84"
7-
ThisBuild / version := "1.4.0-SNAPSHOT"
8-
ThisBuild / isSnapshot := true
7+
ThisBuild / version := "1.4.0"
8+
ThisBuild / isSnapshot := false
99
ThisBuild / scalaVersion := "2.11.12"
1010
ThisBuild / scalacOptions ++= Seq("-deprecation", "-target:jvm-1.8")
1111
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-unchecked", "-deprecation", "-feature")

0 commit comments

Comments
 (0)
Please sign in to comment.