mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Update scala-library to 2.13.13
This commit is contained in:
committed by
kenji yoshida
parent
6311a1f146
commit
aa00351606
@@ -15,7 +15,7 @@ sourcesInBase := false
|
||||
organization := Organization
|
||||
name := Name
|
||||
version := GitBucketVersion
|
||||
scalaVersion := "2.13.12"
|
||||
scalaVersion := "2.13.13"
|
||||
|
||||
crossScalaVersions += "3.4.0"
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ import javax.servlet.http.{HttpServletRequest, HttpServletResponse}
|
||||
import org.eclipse.jgit.diff.DiffEntry.ChangeType
|
||||
import org.eclipse.jgit.internal.storage.file.FileRepository
|
||||
import org.json4s.Formats
|
||||
import org.json4s.convertToJsonInput
|
||||
import org.json4s.jackson.Serialization._
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,6 +2,7 @@ package gitbucket.core.api
|
||||
|
||||
import org.json4s.Formats
|
||||
import org.json4s.jackson.JsonMethods
|
||||
import org.json4s.jvalue2extractable
|
||||
import org.scalatest.funsuite.AnyFunSuite
|
||||
|
||||
class JsonFormatSpec extends AnyFunSuite {
|
||||
|
||||
@@ -24,6 +24,7 @@ import gitbucket.core.model.Profile.profile.blockingApi._
|
||||
import org.eclipse.jetty.webapp.WebAppContext
|
||||
import org.eclipse.jetty.server.{Request, Server}
|
||||
import org.json4s.jackson.JsonMethods._
|
||||
import org.json4s.jvalue2monadic
|
||||
import MergeServiceSpec._
|
||||
import org.json4s.JsonAST.{JArray, JString}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user