Skip to content

Commit a396b5c

Browse files
committed
Release 2.2.3
1 parent e191194 commit a396b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "mapcode-scala"
22
organization := "com.mapcode"
3-
version := "2.2.2"
3+
version := "2.2.3"
44

55
scalaVersion := "2.11.7"
66
crossScalaVersions := Seq("2.11.7", "2.10.4")
@@ -10,7 +10,7 @@ scalacOptions ++= Seq("-feature")
1010
resolvers += Resolver.mavenLocal
1111

1212
libraryDependencies ++= Seq(
13-
"com.mapcode" % "mapcode" % "2.2.2" withSources(),
13+
"com.mapcode" % "mapcode" % "2.2.3" withSources(),
1414
"com.google.code.findbugs" % "jsr305" % "1.3.+",
1515
"org.slf4j" % "slf4j-api" % "1.7.2" % "test",
1616
"org.slf4j" % "slf4j-log4j12" % "1.7.2" % "test",

0 commit comments

Comments
 (0)