We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff7a89 commit ea49b68Copy full SHA for ea49b68
build.sbt
@@ -6,7 +6,7 @@ lazy val circeVersion = "0.13.0"
6
lazy val ackCordVersion = "0.19.0-SNAPSHOT"
7
8
lazy val commonSettings = Seq(
9
- scalaVersion := "2.13.16",
+ scalaVersion := "2.13.16",
10
crossScalaVersions := Seq("2.12.12", scalaVersion.value),
11
organization := "net.katsstuff",
12
scalacOptions ++= Seq(
0 commit comments