Skip to content

Commit 2425bc4

Browse files
committed
Upgrade to SBT 0.11.3
1 parent fed632e commit 2425bc4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Version 0.6.0 (2012-05-30)
22
--------------------------
33
- Upgraded to
4-
- Scala 2.9.2
54
- sshj 0.8.0
65
- jzlib 1.1.1
76
- Added option for loading the private key file from the classpath

notes/0.6.0.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is a maintenance release.
22
Changes since 0.5.0:
33

4-
- Upgraded to Scala 2.9.2, sshj 0.8.0 and jzlib 1.1.1
4+
- Upgraded to sshj 0.8.0 and jzlib 1.1.1
55
- Added option for loading the private key file from the classpath
66
- Disabled cross-path publishing

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.11.2
1+
sbt.version=0.11.3

project/plugins.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1")
22

33
resolvers ++= Seq(
4-
"less is" at "http://repo.lessis.me",
4+
Resolver.url("sbt-plugin-releases", new URL(
5+
"http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(
6+
Resolver.ivyStylePatterns),
57
"coda" at "http://repo.codahale.com"
68
)

0 commit comments

Comments
 (0)