Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-xi committed Jan 9, 2025
1 parent 01c9b67 commit 9edc05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scala3Version = "3.5.0"
val scala3Version = "3.6.2"

val Compilonly = config("Compilonly") hide

Expand All @@ -21,7 +21,7 @@ lazy val root = project
ivyConfigurations += Compilonly,

libraryDependencies ++= Seq(
"org.allaymc.allay" % "api" % "master-SNAPSHOT" % Compilonly,
"org.allaymc.allay" % "api" % "0.1.2" % Compilonly,
),

Compile / unmanagedClasspath ++=
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.10.1
sbt.version=1.10.7

0 comments on commit 9edc05f

Please sign in to comment.