Skip to content

Commit

Permalink
Merge pull request #1 from sullis/scala-2.12.6
Browse files Browse the repository at this point in the history
bump Scala versions
  • Loading branch information
reactormonk committed Jul 7, 2018
2 parents 11e4177 + 72fb985 commit 7445757
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
Expand Up @@ -3,9 +3,9 @@ import com.typesafe.sbt.pgp.PgpKeys
version := "1.1"
organization := "org.reactormonk"
name := "cryptobits"
scalaVersion := "2.11.8"
scalaVersion := "2.11.12"

crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0")
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6")

libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.13.4" % Test,
Expand Down

0 comments on commit 7445757

Please sign in to comment.