File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "simple-mongo"
55
66organization := " com.sfxcode.nosql"
77
8- crossScalaVersions := Seq (" 2.13.2 " , " 2.12.11" )
8+ crossScalaVersions := Seq (" 2.13.3 " , " 2.12.11" )
99
1010scalaVersion := crossScalaVersions.value.head
1111
@@ -47,7 +47,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
4747
4848// Test
4949
50- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.9.4 " % Test
50+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.10.0 " % Test
5151
5252libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Test
5353
@@ -61,7 +61,7 @@ libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.7.5" % Provide
6161
6262libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.4.5-4" % Provided
6363
64- val MongoJavaServerVersion = " 1.30 .0"
64+ val MongoJavaServerVersion = " 1.32 .0"
6565
6666libraryDependencies += " de.bwaldvogel" % " mongo-java-server" % MongoJavaServerVersion % Provided
6767
You can’t perform that action at this time.
0 commit comments