mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
Merge pull request #215 from benmccann/minor-upgrades
Upgrade to SBT 0.13.6
This commit is contained in:
commit
0a96f9f3b4
@ -16,7 +16,7 @@ crossPaths := false
|
||||
|
||||
libraryDependencies += "net.liftweb" %% "lift-json" % "2.5" % "test"
|
||||
|
||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M4" % "test"
|
||||
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
|
||||
|
||||
externalResolvers += "Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
sbt.version=0.13.1
|
||||
sbt.version=0.13.7
|
||||
|
Loading…
Reference in New Issue
Block a user