We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0752ef commit c99c2d0Copy full SHA for c99c2d0
build.sbt
@@ -2,7 +2,7 @@ import sbt.Keys._
2
3
lazy val commonSettings = Seq(
4
organization := "com.nulabinc",
5
- version := "0.16.4-SNAPSHOT",
+ version := "0.16.4",
6
scalaVersion := "2.13.6",
7
scalacOptions ++= Seq(
8
"-language:reflectiveCalls",
src/main/resources/application.conf
@@ -14,7 +14,7 @@ akka {
14
15
application {
16
name = "Backlog Migration for Redmine"
17
- version = "0.16.4-SNAPSHOT"
+ version = "0.16.4"
18
title = ${application.name} ${application.version} (c) nulab.inc
19
product = "redmine"
20
backlog4jVersion = "2.4.2"
0 commit comments