Skip to content

Commit

Permalink
build.gradle: fixed mpsVersion to 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielratiu committed May 17, 2024
1 parent 55411d0 commit 1521553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ val bugfix = "1"

fun appendOpt(str:String, pre:String) = if(!str.isEmpty()) "${pre}${str}" else ""

val mpsVersion = "2022.2.2" + appendOpt(bugfix, ".")
val mpsVersion = "2022.3.1" + appendOpt(bugfix, ".")

// Dependency versions
val platformVersion = "$major.$minor.+"
Expand Down

0 comments on commit 1521553

Please sign in to comment.