Skip to content

Commit

Permalink
Incremented scala patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattroberts297 committed Jun 4, 2015
1 parent 9f362e2 commit 84e79b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: scala

scala:
- 2.10.4
- 2.10.5

jdk:
- oraclejdk8
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Slf4sBuild extends Build {
lazy val slf4s = Project("sl4s-api", file(".")) settings(
organization := "org.slf4s",
name := "slf4s-api",
scalaVersion := "2.10.4",
scalaVersion := "2.10.5",
scalacOptions := Seq("-unchecked", "-deprecation", "-language:experimental.macros"),
version := "1.7.12",
publishMavenStyle := true,
Expand Down Expand Up @@ -33,7 +33,7 @@ object Slf4sBuild extends Build {
Some("releases" at nexus + "service/local/staging/deploy/maven2")
},
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % "2.10.4",
"org.scala-lang" % "scala-reflect" % "2.10.5",
"org.slf4j" % "slf4j-api" % "1.7.12",
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
"org.mockito" % "mockito-all" % "1.10.19" % "test",
Expand Down

0 comments on commit 84e79b7

Please sign in to comment.