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 8619cd2 commit 4649afaCopy full SHA for 4649afa
build.sbt
@@ -7,7 +7,7 @@ lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
7
organization := Organization
8
name := ProjectName
9
version := ProjectVersion
10
-scalaVersion := "2.12.1"
+scalaVersion := "2.12.2"
11
12
libraryDependencies ++= Seq(
13
"io.github.gitbucket" %% "gitbucket" % "4.12.0" % "provided",
0 commit comments