Skip to content

Commit

Permalink
Merge pull request #56 from nulab/BLG_INTG-1036/release-0.17.0
Browse files Browse the repository at this point in the history
Blg intg 1036/release 0.17.0
  • Loading branch information
jtakakura authored Mar 24, 2023
2 parents e6bbdf6 + b611f9f commit 46aa1e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys._

lazy val commonSettings = Seq(
organization := "com.nulabinc",
version := "0.16.7-SNAPSHOT",
version := "0.17.0",
scalaVersion := "2.13.6",
scalacOptions ++= Seq(
"-language:reflectiveCalls",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ akka {

application {
name = "Backlog Migration for Redmine"
version = "0.16.7-SNAPSHOT"
version = "0.17.0"
title = ${application.name} ${application.version} (c) nulab.inc
product = "redmine"
backlog4jVersion = "2.4.2"
backlog4jVersion = "2.5.2"
export-limit-at-once = 100
language=default
akka.mailbox-pool = 100
Expand Down

0 comments on commit 46aa1e9

Please sign in to comment.