From 551890f05a17ce4f0031cfef5a835febcc9f4f76 Mon Sep 17 00:00:00 2001 From: onukura Date: Sun, 30 May 2021 01:15:49 +0900 Subject: [PATCH] update scala ver and gb ver --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4d5be12..eb8252b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "gitbucket-csvtsv-plugin" organization := "io.github.gitbucket" version := "1.0.6" -scalaVersion := "2.13.0" -gitbucketVersion := "4.32.0" +scalaVersion := "2.13.6" +gitbucketVersion := "4.35.3" libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" \ No newline at end of file