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 77fa4cf commit f1614e2Copy full SHA for f1614e2
build.sbt
@@ -7,7 +7,7 @@ import scalariform.formatter.preferences._
7
8
val kryoVersion = "2.21"
9
val bijectionVersion = "0.9.0"
10
-val algebirdVersion = "0.11.0"
+val algebirdVersion = "0.12.0"
11
12
def isScala210x(scalaVersion: String) = scalaVersion match {
13
case version if version startsWith "2.10" => true
0 commit comments