We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89faf9 commit 12d5a11Copy full SHA for 12d5a11
build.sbt
@@ -11,15 +11,15 @@ lazy val copyJar = InputKey[Unit]("copyJar")
11
lazy val plugin = (project in file("plugin"))
12
.settings(
13
name := "bukkit-scala-plugin",
14
- version := "1.9.0",
+ version := "1.10.0",
15
scalaVersion := "2.13.10",
16
crossScalaVersions := Seq("2.13.10", "3.1.1"),
17
resolvers ++= Seq(
18
Resolver.mavenLocal
19
),
20
libraryDependencies ++= Seq(
21
"org.spigotmc" % "spigot-api" % "1.18.1-R0.1-SNAPSHOT" % "provided",
22
- "io.typecraft" % "bukkit-view-core" % "5.1.0",
+ "io.typecraft" % "bukkit-view-core" % "5.1.2",
23
"io.typecraft" % "command-bukkit" % "0.7.0",
24
"io.typecraft" % "command-scala" % "0.7.0",
25
"io.typecraft" % "bukkit-object" % "0.1.0",
0 commit comments