Skip to content

Commit

Permalink
Release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnb committed Oct 8, 2015
1 parent e191194 commit a396b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "mapcode-scala"
organization := "com.mapcode"
version := "2.2.2"
version := "2.2.3"

scalaVersion := "2.11.7"
crossScalaVersions := Seq("2.11.7", "2.10.4")
Expand All @@ -10,7 +10,7 @@ scalacOptions ++= Seq("-feature")
resolvers += Resolver.mavenLocal

libraryDependencies ++= Seq(
"com.mapcode" % "mapcode" % "2.2.2" withSources(),
"com.mapcode" % "mapcode" % "2.2.3" withSources(),
"com.google.code.findbugs" % "jsr305" % "1.3.+",
"org.slf4j" % "slf4j-api" % "1.7.2" % "test",
"org.slf4j" % "slf4j-log4j12" % "1.7.2" % "test",
Expand Down

0 comments on commit a396b5c

Please sign in to comment.