Skip to content

Commit

Permalink
#CSW-151: Upgrade sbt and scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-chauhan committed Jul 18, 2021
1 parent be5e799 commit fb26996
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 @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}

inThisBuild(
Seq(
scalaVersion := "2.13.5",
scalaVersion := "2.13.6",
version := "0.1.0-SNAPSHOT",
organization := "com.github.tmtsoftware.msocket",
organizationName := "ThoughtWorks",
Expand Down
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jdk:
- adoptopenjdk11
before_install:
- wget https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.5.4/sbt-launch-1.5.4.jar
- wget https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.5.5/sbt-launch-1.5.5.jar
install:
- java -Xms2048m -Xmx2048m -XX:ReservedCodeCacheSize=512m -jar sbt-launch-1.5.4.jar -Dsbt.log.noformat=true clean publishM2
- java -Xms2048m -Xmx2048m -XX:ReservedCodeCacheSize=512m -jar sbt-launch-1.5.5.jar -Dsbt.log.noformat=true clean publishM2
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.4
sbt.version=1.5.5

0 comments on commit fb26996

Please sign in to comment.