Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Updated initial command for the console
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Dec 7, 2015
1 parent f1898e4 commit c12d569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CasbahBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object CasbahBuild extends Build {
.settings(rootUnidocSettings: _*)
.settings(rootPublishSettings: _*)
.settings(checkAlias: _*)
.settings(initialCommands in console := """import org.mongodb.scala._""")
.settings(initialCommands in console := """import com.mongodb.casbah.Imports._""")

override def rootProject = Some(casbah)

Expand Down

0 comments on commit c12d569

Please sign in to comment.