File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ lazy val gatewayData = crossProject(JSPlatform, JVMPlatform)
73
73
.settings(
74
74
commonSettings,
75
75
publishSettings,
76
- name := " gateway-data"
76
+ name := " gateway-data"
77
77
)
78
78
.dependsOn(data)
79
79
@@ -149,7 +149,7 @@ lazy val core = project
149
149
.settings(
150
150
commonSettings,
151
151
publishSettings,
152
- name := " core" ,
152
+ name := " core" ,
153
153
libraryDependencies ++= Seq (
154
154
" com.typesafe.akka" %% " akka-testkit" % akkaVersion % Test ,
155
155
" org.scalatest" %% " scalatest" % " 3.2.11" % Test
@@ -162,7 +162,7 @@ lazy val lavaplayerCore = project
162
162
.settings(
163
163
commonSettings,
164
164
publishSettings,
165
- name := " lavaplayer-core" ,
165
+ name := " lavaplayer-core" ,
166
166
resolvers += Resolver .JCenterRepository ,
167
167
resolvers += " dv8tion" at " https://m2.dv8tion.net/releases" ,
168
168
libraryDependencies += " com.sedmelluq" % " lavaplayer" % " 1.3.78" ,
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ libraryDependencies ++= Seq(
10
10
" io.circe" %% " circe-yaml" % circeVersion
11
11
)
12
12
13
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1" )
13
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1" )
You can’t perform that action at this time.
0 commit comments