Skip to content

Commit

Permalink
Fix dependency libarary version format
Browse files Browse the repository at this point in the history
  • Loading branch information
bigwheel committed Oct 11, 2018
1 parent cf30a99 commit dcfe009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -4,9 +4,9 @@ version := "1.0"
scalaVersion := "2.12.6"

libraryDependencies ++= Seq(
"org.scalactic" %% "scalactic" % "[3.0.5,)",
"org.scalatest" %% "scalatest" % "[3.0.5,)",
"org.scalaz" %% "scalaz-core" % "[7.2.26,)",
"org.scalactic" %% "scalactic" % "3.0.5",
"org.scalatest" %% "scalatest" % "3.0.5",
"org.scalaz" %% "scalaz-core" % "7.2.26",
)

// about maven publish
Expand Down

0 comments on commit dcfe009

Please sign in to comment.