Skip to content

Commit

Permalink
Set release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Apr 27, 2023
1 parent debef64 commit 028ddbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import java.net.URL
name := "ijp-color-project"

val Scala2 = "2.13.10"
val Scala3 = "3.3.0-RC3"
val Scala3 = "3.2.2"

val _version = "0.12.1.1-SNAPSHOT"
val _version = "0.12.2"
val _scalaVersions = Seq(Scala2, Scala3)
//val _scalaVersion = _scalaVersions.head
val _scalaVersion = Scala3
Expand Down

0 comments on commit 028ddbd

Please sign in to comment.