Skip to content

Commit 0395c12

Browse files
committed
Attempt to fix Travis release step
1 parent 79fbf33 commit 0395c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ThisBuild / scalaVersion := "2.13.3"
22
ThisBuild / organization := "com.intenthq"
3-
ThisBuild / skip in publish := true
3+
4+
skip in publish := true
45

56
lazy val root = (project in file("."))
67
.settings(

0 commit comments

Comments
 (0)