We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf094f commit f5087ddCopy full SHA for f5087dd
build.sbt
@@ -2,7 +2,7 @@ import sbt.Keys._
2
3
lazy val commonSettings = Seq(
4
organization := "com.nulabinc",
5
- version := "0.15.0b2-SNAPSHOT",
+ version := "0.15.0b2",
6
scalaVersion := "2.13.4",
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.15.0b2-SNAPSHOT"
+ version = "0.15.0b2"
18
title = ${application.name} ${application.version} (c) nulab.inc
19
product = "redmine"
20
backlog4jVersion = "2.3.0"
0 commit comments