Skip to content

Commit 8da470f

Browse files
committed
Update deps
1 parent d418015 commit 8da470f

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

build.sbt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
organization := "tv.cntt"
2-
32
name := "scalive"
4-
53
version := "1.5-SNAPSHOT"
64

7-
scalaVersion := "2.11.4"
8-
9-
autoScalaLibrary := false
10-
11-
// Do not append Scala versions to the generated artifacts
12-
crossPaths := false
5+
scalaVersion := "2.11.6"
6+
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.11.6" % "provided"
7+
autoScalaLibrary := false
8+
crossPaths := false // Do not append Scala versions to the generated artifacts
139

1410
javacOptions ++= Seq("-Xlint:deprecation")
1511

@@ -23,9 +19,7 @@ javacOptions ++= Seq("-source", "1.6", "-target", "1.6")
2319
// https://blogs.oracle.com/CoreJavaTechTips/entry/the_attach_api
2420
unmanagedJars in Compile := (file(System.getProperty("java.home")) / ".." / "lib" * "tools.jar").classpath
2521

26-
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.11.4" % "provided"
27-
2822
packageOptions in (Compile, packageBin) += Package.ManifestAttributes(
2923
"Main-Class" -> "scalive.AgentLoader",
3024
"Agent-Class" -> "scalive.Agent"
31-
)
25+
)

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Run sbt eclipse to create Eclipse project file
2-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
2+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "3.0.0")
33

44
// Run sbt gen-idea to create IntelliJ project file
55
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")

0 commit comments

Comments
 (0)