Skip to content

Commit

Permalink
Mark release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jul 23, 2022
1 parent 06c4005 commit 529926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name := "ijp-color-project"
val Scala2_13 = "2.13.8"
val Scala3_0 = "3.0.2"

val _version = "0.11.4.7-SNAPSHOT"
val _version = "0.12.0"
val _scalaVersions = Seq(Scala2_13, Scala3_0)
//val _scalaVersion = _scalaVersions.head
val _scalaVersion = Scala3_0
Expand Down

0 comments on commit 529926b

Please sign in to comment.