Set sbt organization to com.github.spinalhdl

This commit is contained in:
Charles Papon 2017-08-01 20:43:15 +02:00
parent a4d99d734b
commit a37494f27f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
name := "VexRiscv"
organization := "com.github.spinalhdl"
version := "1.0"
scalaVersion := "2.11.8"