Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
Updated to Scala 2.12 and updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
monnef committed Nov 16, 2016
1 parent 8b44825 commit 9892744
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build.sbt
Expand Up @@ -2,15 +2,17 @@ name := "Dia2Scala"

version := "0.1"

scalaVersion := "2.11.4"
scalaVersion := "2.12.0"

resolvers += Resolver.sonatypeRepo("public")

libraryDependencies += "com.github.scopt" %% "scopt" % "3.2.0"
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "1.0.6"

libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.1" % "test"
libraryDependencies += "com.github.scopt" %% "scopt" % "3.5.0"

libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.1.0"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.0" % "test"

libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.2.7"

buildInfoSettings

Expand All @@ -28,3 +30,4 @@ artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
}

assemblyJarName in assembly := s"${name.value.toLowerCase}_${version.value}.jar"

0 comments on commit 9892744

Please sign in to comment.