Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Mar 11, 2017
1 parent 99cab3b commit 0e60047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.6
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ lazy val testSamples = noPublish(baseProject(file("test-sample"), "Launch Test")

def sbtBuildSettings = Seq(
bintrayPackage := "launcher",
version := "1.0.1-SNAPSHOT",
version := "1.0.1",
publishArtifact in packageDoc := true,
scalaVersion := "2.10.4",
scalaVersion := "2.10.6",
publishMavenStyle := true,
crossPaths := false,
resolvers += Resolver.typesafeIvyRepo("releases"),
Expand Down

0 comments on commit 0e60047

Please sign in to comment.