Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed May 29, 2022
1 parent 9258cb8 commit 8ad0a25
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.12.2-SNAPSHOT
0.13.0
4 changes: 2 additions & 2 deletions demos/snake/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import mill.scalajslib._
import mill.scalajslib.api._
import coursier.maven.MavenRepository

import $ivy.`io.indigoengine::mill-indigo:0.12.2-SNAPSHOT`, millindigo._
import $ivy.`io.indigoengine::mill-indigo:0.13.0`, millindigo._

object snake extends ScalaJSModule with MillIndigo {
def scalaVersion = "3.1.2"
Expand Down Expand Up @@ -37,7 +37,7 @@ object snake extends ScalaJSModule with MillIndigo {
}
}

val indigoVersion = "0.12.2-SNAPSHOT"
val indigoVersion = "0.13.0"

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

0 comments on commit 8ad0a25

Please sign in to comment.