Skip to content

Commit 5b1390f

Browse files
committed
scala 2.13.0
1 parent 21b737f commit 5b1390f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version := "1.0.0"
44

55
scalaVersion := "2.13.0"
66
organization := "com.github.gekomad"
7-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0-SNAP13" % Test
7+
8+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % Test
89

910
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.12.8","2.13.0")
1011

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
22
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
3-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
3+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")

0 commit comments

Comments
 (0)