We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ed81a commit 8311ad6Copy full SHA for 8311ad6
project/MongoScalaBuild.scala
@@ -31,7 +31,7 @@ object MongoScalaBuild extends Build {
31
val buildSettings = Seq(
32
organization := "org.mongodb.scala",
33
organizationHomepage := Some(url("http://www.mongodb.org")),
34
- version := "1.2.0-SNAPSHOT",
+ version := "1.1.1",
35
scalaVersion := scalaCoreVersion,
36
libraryDependencies ++= coreDependencies,
37
resolvers := mongoScalaResolvers,
0 commit comments