Skip to content

Commit

Permalink
Released Indigo 0.15.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Apr 15, 2023
1 parent 5ed82bd commit 6b3686f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .indigo-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1-SNAPSHOT
0.15.0-RC1
4 changes: 2 additions & 2 deletions demos/snake/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import mill.scalajslib.api._
import mill.scalalib.scalafmt._
import coursier.maven.MavenRepository

import $ivy.`io.indigoengine::mill-indigo:0.14.1-SNAPSHOT`, millindigo._
import $ivy.`io.indigoengine::mill-indigo:0.15.0-RC1`, millindigo._

import $ivy.`io.github.davidgregory084::mill-tpolecat::0.3.2`

Expand Down Expand Up @@ -59,7 +59,7 @@ object snake extends ScalaJSModule with MillIndigo with ScalafmtModule with Tpol
}
}

val indigoVersion = "0.14.1-SNAPSHOT"
val indigoVersion = "0.15.0-RC1"

def ivyDeps = Agg(
ivy"io.indigoengine::indigo-json-circe::$indigoVersion",
Expand Down

0 comments on commit 6b3686f

Please sign in to comment.