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 e191194 commit a396b5cCopy full SHA for a396b5c
build.sbt
@@ -1,6 +1,6 @@
1
name := "mapcode-scala"
2
organization := "com.mapcode"
3
-version := "2.2.2"
+version := "2.2.3"
4
5
scalaVersion := "2.11.7"
6
crossScalaVersions := Seq("2.11.7", "2.10.4")
@@ -10,7 +10,7 @@ scalacOptions ++= Seq("-feature")
10
resolvers += Resolver.mavenLocal
11
12
libraryDependencies ++= Seq(
13
- "com.mapcode" % "mapcode" % "2.2.2" withSources(),
+ "com.mapcode" % "mapcode" % "2.2.3" withSources(),
14
"com.google.code.findbugs" % "jsr305" % "1.3.+",
15
"org.slf4j" % "slf4j-api" % "1.7.2" % "test",
16
"org.slf4j" % "slf4j-log4j12" % "1.7.2" % "test",
0 commit comments