Skip to content

Commit

Permalink
Release candidate 1.1.0-RC13 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchantep authored Aug 7, 2024
1 parent dcb6d9d commit 2dc113e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kramdown:
input: GFM
syntax_highlighter: rouge
latest_major_release: 1.0
latest_release: 1.1.0-RC12
latest_release: 1.1.0-RC13
exclude: [vendor,target]
plugins:
- jekyll-sitemap
Expand All @@ -22,7 +22,7 @@ _0_1x_latest_minor: 0.20.13
_0_1x_scala_major: 2.12

_1_0_latest_major: 1.1
_1_0_latest_minor: 1.1.0-RC12
_1_0_latest_minor: 1.1.0-RC13
_1_0_scala_major: 2.13

algolia:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ lazy val release_1_0 = project.in((file(".") / "releases" / "1.0"))
lazy val `reactivemongo-site` = (project in file("."))
.settings(
doc / excludeFilter := "releases",
scalaVersion := "2.11.12",
scalaVersion := "2.12.19",
ThisBuild / scalacOptions ++= Seq("-Ywarn-unused-import", "-unchecked"),
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo" % "1.1.0-RC12"),
"org.reactivemongo" %% "reactivemongo" % "1.1.0-RC13"),
ThisBuild / resolvers ++= (
Resolver.typesafeRepo("releases") +: (
Resolver.sonatypeOssRepos("snapshots") ++ Resolver.sonatypeOssRepos("staging"))))
Expand Down

0 comments on commit 2dc113e

Please sign in to comment.