We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95df3d commit be10d3fCopy full SHA for be10d3f
project/LongevityBuild.scala
@@ -24,7 +24,7 @@ trait BuildSettings {
24
25
val publishSettings = Defaults.coreDefaultSettings ++ Seq(
26
organization := "org.longevityframework",
27
- version := "0.9.0",
+ version := "0.9.1",
28
scalaVersion := "2.11.8",
29
30
publishMavenStyle := true,
@@ -44,8 +44,8 @@ trait BuildSettings {
44
45
val longevityPomExtra = (
46
<scm>
47
- <url>git@github.com:longevityframework/emblem.git</url>
48
- <connection>scm:git:git@github.com:longevityframework/emblem.git</connection>
+ <url>git@github.com:longevityframework/longevity.git</url>
+ <connection>scm:git:git@github.com:longevityframework/longevity.git</connection>
49
</scm>
50
<developers>
51
<developer>
0 commit comments