Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Sep 25, 2023
1 parent 16dc356 commit 0dfc889
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .indigo-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0-RC4
0.15.0
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.15.0-RC4`, millindigo._
import $ivy.`io.indigoengine::mill-indigo:0.15.0`, millindigo._

object snake extends MillIndigo with ScalafmtModule {
def scalaVersion = "3.3.1"
Expand Down Expand Up @@ -63,7 +63,7 @@ object snake extends MillIndigo with ScalafmtModule {
}
}

val indigoVersion = "0.15.0-RC4"
val indigoVersion = "0.15.0"

def ivyDeps = Agg(
ivy"io.indigoengine::indigo-json-circe::$indigoVersion",
Expand Down
2 changes: 1 addition & 1 deletion examples/project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")

0 comments on commit 0dfc889

Please sign in to comment.