File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ lazy val copyJar = InputKey[Unit]("copyJar")
11
11
lazy val plugin = (project in file(" plugin" ))
12
12
.settings(
13
13
name := " bukkit-scala-plugin" ,
14
- version := " 1.12 .0" ,
14
+ version := " 1.13 .0" ,
15
15
scalaVersion := " 2.13.10" ,
16
16
crossScalaVersions := Seq (" 2.13.10" , " 3.1.1" ),
17
17
resolvers ++= Seq (
@@ -22,7 +22,7 @@ lazy val plugin = (project in file("plugin"))
22
22
" io.typecraft" % " bukkit-view-core" % " 5.1.2" ,
23
23
" io.typecraft" % " command-bukkit" % " 0.8.0" ,
24
24
" io.typecraft" % " command-scala" % " 0.8.0" ,
25
- " io.typecraft" % " bukkit-object" % " 0.2 .0" ,
25
+ " io.typecraft" % " bukkit-object" % " 0.3 .0" ,
26
26
" io.typecraft" %% " ender-core" % " 0.1.0-SNAPSHOT" , // TODO: why this not contains in `ender-bukkit` as a transitive
27
27
" io.typecraft" %% " ender-bukkit" % " 0.1.0-SNAPSHOT" ,
28
28
" org.typelevel" %% " cats-core" % " 2.7.0" ,
You can’t perform that action at this time.
0 commit comments