Skip to content

Commit

Permalink
Release 0.3.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jun 4, 2023
1 parent df2af1e commit d7a4805
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import sbtwelcome._
Global / onChangedBuildSource := ReloadOnSourceChanges
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0"

val scala3Version = "3.2.2"
val indigoVersion = "0.15.0-RC1"
val scala3Version = "3.3.0"
val indigoVersion = "0.15.0-RC2"

lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
version := "0.3.1-SNAPSHOT",
version := "0.3.0-RC2",
scalaVersion := scala3Version,
organization := "io.indigoengine",
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("io.indigoengine" %% "sbt-indigo" % "0.15.0-RC1")
addSbtPlugin("io.indigoengine" %% "sbt-indigo" % "0.15.0-RC2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
addSbtPlugin("org.xerial.sbt" %% "sbt-sonatype" % "3.9.7")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.indigoengine.roguelike.starterkit.terminal

import indigo._
import indigoextras.geometry.Vertex
import indigo.*
import indigoextras.trees.QuadTree
import indigoextras.trees.QuadTree.QuadBranch
import indigoextras.trees.QuadTree.QuadEmpty
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.indigoengine.roguelike.starterkit.utils

import indigo.shared.collections.Batch
import indigo.shared.datatypes.Point
import indigo.*

import scala.annotation.tailrec

Expand Down

0 comments on commit d7a4805

Please sign in to comment.