Skip to content

Commit 189e444

Browse files
committed
Downgraded sbteclipse version since the newest does not handle project
dependency in correct way.
1 parent 9773d70 commit 189e444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h2o-scala/project/eclipse.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Enable the following line to create Eclipse project by typing eclipse in sbt shell
22
// See https://github.com/typesafehub/sbteclipse
3-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")
3+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.3.0")
44

0 commit comments

Comments
 (0)