File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Version 0.6.0 (2012-05-30)
2
2
--------------------------
3
3
- Upgraded to
4
- - Scala 2.9.2
5
4
- sshj 0.8.0
6
5
- jzlib 1.1.1
7
6
- Added option for loading the private key file from the classpath
Original file line number Diff line number Diff line change 1
1
This is a maintenance release.
2
2
Changes since 0.5.0:
3
3
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
5
5
- Added option for loading the private key file from the classpath
6
6
- Disabled cross-path publishing
Original file line number Diff line number Diff line change 1
- sbt.version =0.11.2
1
+ sbt.version =0.11.3
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" me.lessis" % " ls-sbt" % " 0.1.1" )
2
2
3
3
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),
5
7
" coda" at " http://repo.codahale.com"
6
8
)
You can’t perform that action at this time.
0 commit comments