|
1 | 1 | import com.typesafe.tools.mima.plugin.MimaPlugin.mimaDefaultSettings
|
2 | 2 |
|
3 |
| -val akkaVersion = "2.6.10" |
| 3 | +val akkaVersion = "2.6.13" |
4 | 4 | val algebirdVersion = "0.13.7"
|
5 | 5 | val bijectionVersion = "0.9.7"
|
6 | 6 | val kryoVersion = "5.0.3"
|
7 |
| -val scroogeVersion = "20.12.0" |
| 7 | +val scroogeVersion = "21.2.0" |
8 | 8 | val asmVersion = "4.15"
|
9 | 9 |
|
10 | 10 | def scalaVersionSpecificFolders(srcBaseDir: java.io.File, scalaVersion: String): List[File] =
|
@@ -38,7 +38,7 @@ val sharedSettings = mimaDefaultSettings ++ Seq(
|
38 | 38 | ),
|
39 | 39 | libraryDependencies ++= Seq(
|
40 | 40 | "org.scalacheck" %% "scalacheck" % "1.15.2" % "test",
|
41 |
| - "org.scalatest" %% "scalatest" % "3.2.3" % "test", |
| 41 | + "org.scalatest" %% "scalatest" % "3.2.5" % "test", |
42 | 42 | "org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test",
|
43 | 43 | "com.esotericsoftware.kryo" % "kryo5" % kryoVersion
|
44 | 44 | ),
|
@@ -259,7 +259,7 @@ lazy val chillAvro = module("avro")
|
259 | 259 | .settings(
|
260 | 260 | libraryDependencies ++= Seq(
|
261 | 261 | "com.twitter" %% "bijection-avro" % bijectionVersion,
|
262 |
| - "junit" % "junit" % "4.13.1" % "test" |
| 262 | + "junit" % "junit" % "4.13.2" % "test" |
263 | 263 | )
|
264 | 264 | )
|
265 | 265 | .dependsOn(chill, chillJava, chillBijection)
|
|
0 commit comments