From 10ef2ba0c8e22404110cf0a11f1423b66554b546 Mon Sep 17 00:00:00 2001 From: Junji Takakura Date: Mon, 17 Jun 2024 14:41:37 +0900 Subject: [PATCH 1/2] BLG_INTG-1224 bump up backlog4j version and add javacOptions settings --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b741cfd..4396c38 100644 --- a/build.sbt +++ b/build.sbt @@ -11,6 +11,7 @@ lazy val commonSettings = Seq( "-Ymacro-annotations", "-Ywarn-unused" ), + javacOptions ++= Seq("-encoding", "UTF-8", "-source", "11", "-target", "11"), libraryDependencies ++= { val catsVersion = "2.1.1" val monixVersion = "3.2.2" @@ -31,7 +32,7 @@ lazy val commonSettings = Seq( "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, "com.typesafe.akka" %% "akka-http" % akkaHttpVersion, "org.xerial" % "sqlite-jdbc" % "3.36.0.3", - "com.nulab-inc" % "backlog4j" % "2.5.2", + "com.nulab-inc" % "backlog4j" % "2.6.0", "org.typelevel" %% "simulacrum" % "1.0.0", "org.fusesource.jansi" % "jansi" % "2.4.0", "com.osinka.i18n" %% "scala-i18n" % "1.0.3", From 5948419ca7dabdd6172860acce35b117b550522b Mon Sep 17 00:00:00 2001 From: Junji Takakura Date: Mon, 17 Jun 2024 15:11:00 +0900 Subject: [PATCH 2/2] BLG_INTG-1224 bump up java version in github actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3610ba8..8d01ea4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Scala uses: olafurpg/setup-scala@v12 with: - java-version: "adopt@1.8" + java-version: "adopt@1.11" - name: Coursier cache uses: coursier/cache-action@v6