mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-22 23:58:44 +08:00
bump sbt (1.5.3) and Scala (2.12.14)
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
name := "SpinalTemplateSbt"
|
name := "SpinalTemplateSbt"
|
||||||
version := "1.0"
|
version := "1.0"
|
||||||
scalaVersion := "2.11.12"
|
scalaVersion := "2.12.14"
|
||||||
val spinalVersion = "1.4.3"
|
val spinalVersion = "1.4.3"
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % spinalVersion,
|
"com.github.spinalhdl" %% "spinalhdl-core" % spinalVersion,
|
||||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % spinalVersion,
|
"com.github.spinalhdl" %% "spinalhdl-lib" % spinalVersion,
|
||||||
compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % spinalVersion)
|
compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-plugin" % spinalVersion)
|
||||||
)
|
)
|
||||||
|
|
||||||
fork := true
|
fork := true
|
||||||
|
@@ -1 +1 @@
|
|||||||
sbt.version=1.3.13
|
sbt.version=1.5.3
|
||||||
|
Reference in New Issue
Block a user