Skip to content

Commit 12d5a11

Browse files
committed
feat: update bukkit-view
1 parent c89faf9 commit 12d5a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ lazy val copyJar = InputKey[Unit]("copyJar")
1111
lazy val plugin = (project in file("plugin"))
1212
.settings(
1313
name := "bukkit-scala-plugin",
14-
version := "1.9.0",
14+
version := "1.10.0",
1515
scalaVersion := "2.13.10",
1616
crossScalaVersions := Seq("2.13.10", "3.1.1"),
1717
resolvers ++= Seq(
1818
Resolver.mavenLocal
1919
),
2020
libraryDependencies ++= Seq(
2121
"org.spigotmc" % "spigot-api" % "1.18.1-R0.1-SNAPSHOT" % "provided",
22-
"io.typecraft" % "bukkit-view-core" % "5.1.0",
22+
"io.typecraft" % "bukkit-view-core" % "5.1.2",
2323
"io.typecraft" % "command-bukkit" % "0.7.0",
2424
"io.typecraft" % "command-scala" % "0.7.0",
2525
"io.typecraft" % "bukkit-object" % "0.1.0",

0 commit comments

Comments
 (0)