Skip to content

Commit 962be2b

Browse files
committed
0.8.1
1 parent 5fcbac7 commit 962be2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ackCordData/src/main/scala/net/katsstuff/ackcord/AckCord.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object AckCord {
2828
/**
2929
* Current version of AckCord
3030
*/
31-
val Version = "0.8.0"
31+
val Version = "0.8.1"
3232

3333
/**
3434
* Current Discord API version in use

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import sbtcrossproject.{crossProject, CrossType}
22

33
lazy val akkaVersion = "2.5.8"
44
lazy val akkaHttpVersion = "10.0.11"
5-
val circeVersion = "0.9.0"
6-
val ackCordVersion = "0.8.0"
5+
lazy val circeVersion = "0.9.0"
6+
lazy val ackCordVersion = "0.8.1"
77

88
lazy val commonSettings = Seq(
99
scalaVersion := "2.12.4",

0 commit comments

Comments
 (0)