Skip to content

Commit

Permalink
Release 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 26, 2023
1 parent a061b08 commit f1257b6
Show file tree
Hide file tree
Showing 2 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.2-SNAPSHOT
0.15.2
6 changes: 3 additions & 3 deletions indigo/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ ThisBuild / scalaVersion := scala3Version

lazy val indigoVersion = IndigoVersion.getVersion
// For the docs site
lazy val indigoDocsVersion = "0.15.1"
lazy val indigoDocsVersion = "0.15.2"
lazy val tyrianDocsVersion = "0.8.0"
lazy val scalaJsDocsVersion = "1.13.2"
lazy val scalaJsDocsVersion = "1.14.0"
lazy val scalaDocsVersion = "3.3.1"
lazy val sbtDocsVersion = "1.9.6"
lazy val sbtDocsVersion = "1.9.7"
lazy val millDocsVersion = "0.11.4"

lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
Expand Down

0 comments on commit f1257b6

Please sign in to comment.