We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fa2e6 commit 0f5848cCopy full SHA for 0f5848c
build.sbt
@@ -5,7 +5,7 @@ val minorChiselVersion = "2"
5
val chiselVersion = majorChiselVersion + "." + minorChiselVersion + ".0"
6
7
scalaVersion := "2.13.12"
8
-version := majorChiselVersion + "." + minorChiselVersion + ".6"
+version := majorChiselVersion + "." + minorChiselVersion + ".8"
9
organization := "org.armadeus"
10
11
credentials += Credentials(
0 commit comments