diff --git a/build.sbt b/build.sbt index 63b5a96..441e404 100644 --- a/build.sbt +++ b/build.sbt @@ -2,13 +2,13 @@ name := "veryfay" organization := "com.github.florinn" -version := "0.2-SNAPSHOT" +version := "0.3-SNAPSHOT" -scalaVersion := "2.11.6" +scalaVersion := "2.12.7" libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value -libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.4" % "test" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test" publishTo := { val nexus = "https://oss.sonatype.org/" @@ -42,4 +42,4 @@ pomExtra := ( git@github.com:florinn/veryfay-scala.git scm:git:git@github.com:florinn/veryfay-scala.git - ) \ No newline at end of file + )