Skip to content

Commit

Permalink
Release 0.3.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Apr 20, 2023
1 parent 0dfee65 commit a8d57d8
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 @@ -10,7 +10,7 @@ val scala3Version = "3.2.2"
val indigoVersion = "0.15.0-RC1"

lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
version := "0.2.1-SNAPSHOT",
version := "0.3.0-RC1",
scalaVersion := scala3Version,
organization := "io.indigoengine",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit a8d57d8

Please sign in to comment.