Update version
This commit is contained in:
parent
39e1791067
commit
304c8156a0
|
@ -2,7 +2,7 @@ name := "VexRiscv"
|
|||
|
||||
organization := "com.github.spinalhdl"
|
||||
|
||||
version := "1.0"
|
||||
version := "1.0.0"
|
||||
|
||||
scalaVersion := "2.11.6"
|
||||
|
||||
|
@ -19,4 +19,4 @@ libraryDependencies ++= Seq(
|
|||
|
||||
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")
|
||||
scalacOptions += "-P:continuations:enable"
|
||||
fork := true
|
||||
fork := true
|
||||
|
|
Loading…
Reference in New Issue